mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-02-04 01:32:54 +08:00
fix: theme
This commit is contained in:
parent
5a5fb99ee2
commit
ff02445301
@ -52,7 +52,7 @@ function JsonCrack({ Component, pageProps }: AppProps) {
|
|||||||
<Head>
|
<Head>
|
||||||
<title>JSON Crack | Best JSON Visualizer, Formatter and Viewer for everyone</title>
|
<title>JSON Crack | Best JSON Visualizer, Formatter and Viewer for everyone</title>
|
||||||
</Head>
|
</Head>
|
||||||
<MantineProvider theme={mantineTheme}>
|
<MantineProvider theme={mantineTheme} defaultColorScheme="light">
|
||||||
<ThemeProvider theme={lightTheme}>
|
<ThemeProvider theme={lightTheme}>
|
||||||
<Toaster
|
<Toaster
|
||||||
position="bottom-right"
|
position="bottom-right"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user