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;
|
||||
}) => {
|
||||
return (
|
||||
<ThemeProvider attribute="class" enableSystem={false} defaultTheme="dark">
|
||||
<ThemeProvider attribute="class" enableSystem={false} defaultTheme="light">
|
||||
{children}
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue