mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-25 12:52:47 -07:00
docs: fix quote blocks (#515)
This commit is contained in:
@@ -88,7 +88,7 @@ const resolver: CSSVariablesResolver = (th) => {
|
||||
dark: {
|
||||
'--mantine-color-sidebar-gray': sidebarGrayDark,
|
||||
'--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:
|
||||
>
|
||||
> - `<html>` and `body` HTML tags and the
|
||||
> - `<html>` and `<body>` HTML tags and the
|
||||
> - `<TuonoScripts />` component.
|
||||
|
||||
### Layout component for specific routes
|
||||
|
||||
Reference in New Issue
Block a user