change default theme to light
This commit is contained in:
parent
46541e6c0c
commit
e023e5bc44
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const ThemeProviderComponent = ({
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider attribute="class" enableSystem={false} defaultTheme="dark">
|
<ThemeProvider attribute="class" enableSystem={false} defaultTheme="light">
|
||||||
{children}
|
{children}
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue