fix: theme

This commit is contained in:
AykutSarac 2024-05-06 22:46:40 +03:00
parent 5a5fb99ee2
commit ff02445301
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ function JsonCrack({ Component, pageProps }: AppProps) {
<Head>
<title>JSON Crack | Best JSON Visualizer, Formatter and Viewer for everyone</title>
</Head>
<MantineProvider theme={mantineTheme}>
<MantineProvider theme={mantineTheme} defaultColorScheme="light">
<ThemeProvider theme={lightTheme}>
<Toaster
position="bottom-right"