pl-fe: fix

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-05-27 00:46:23 +02:00
parent 38f053bb5d
commit 3e1a9f6cb8

View File

@ -47,7 +47,7 @@ const PlFeHead = () => {
'dark black': theme === 'black',
})}
// @ts-ignore
style={themeCss + ['dark', 'black'].includes(theme) ? 'color-scheme: dark;' : ''}
style={themeCss + (['dark', 'black'].includes(theme) ? 'color-scheme: dark;' : '')}
/>
<body className={bodyClass} dir={direction} />
<meta name='theme-color' content={plFeConfig.brandColor} />