feat: add default dark theme
This commit is contained in:
parent
401b8046ec
commit
3e11459bbb
|
|
@ -19,7 +19,7 @@ export default async function RootLayout({
|
|||
const { locale } = await params
|
||||
const currentLang = locales.includes(locale) ? locale : "en"
|
||||
return (
|
||||
<html lang={currentLang} className={oxanium.className}>
|
||||
<html lang={currentLang} className={`${oxanium.className} dark`}>
|
||||
<Head>
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue