docs: fix quote blocks (#515)

This commit is contained in:
Valerio Ageno
2025-02-06 10:33:53 +01:00
committed by GitHub
parent 0a0fb8c7f8
commit f3033ef0d2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ const resolver: CSSVariablesResolver = (th) => {
dark: { dark: {
'--mantine-color-sidebar-gray': sidebarGrayDark, '--mantine-color-sidebar-gray': sidebarGrayDark,
'--mantine-color-sidebar-text-hover': sidebarTextHoverDark, '--mantine-color-sidebar-text-hover': sidebarTextHoverDark,
'--mantine-color-quote-border': 'none', '--mantine-color-quote-border': th.colors.violet[9],
}, },
} }
} }
@@ -82,7 +82,7 @@ export default function RootLayout({ children }) {
> ⚠️ This component is **not** optional and must include: > ⚠️ This component is **not** optional and must include:
> >
> - `<html>` and `body` HTML tags and the > - `<html>` and `<body>` HTML tags and the
> - `<TuonoScripts />` component. > - `<TuonoScripts />` component.
### Layout component for specific routes ### Layout component for specific routes