mirror of
https://github.com/aljazceru/sendstr-web.git
synced 2025-12-17 06:24:24 +01:00
fix: default to dark theme
This commit is contained in:
@@ -19,7 +19,7 @@ export default function App({ Component, pageProps }: AppProps) {
|
||||
}, [])
|
||||
|
||||
return (
|
||||
<ThemeProvider attribute="class">
|
||||
<ThemeProvider attribute="class" enableSystem={true} defaultTheme={"dark"}>
|
||||
<Component {...{ ...pageProps, keys }} />
|
||||
</ThemeProvider>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user