mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-06-30 22:46:39 -04:00
use stitches-normalize 🧵
https://github.com/jakejarvis/stitches-normalize
This commit is contained in:
@ -41,9 +41,7 @@ const Layout = ({ container = true, stickyHeader = true, children, ...rest }: La
|
||||
{/* dynamically set browser theme color to match the background color; default to light for SSR */}
|
||||
<meta
|
||||
name="theme-color"
|
||||
content={
|
||||
resolvedTheme === "dark" ? darkTheme.colors.backgroundOuter.value : theme.colors.backgroundOuter.value
|
||||
}
|
||||
content={(resolvedTheme === "dark" ? darkTheme : theme).colors.backgroundOuter?.value}
|
||||
/>
|
||||
</Head>
|
||||
|
||||
|
Reference in New Issue
Block a user