refactor: make default theme 'light'
This commit is contained in:
parent
5e4649d03f
commit
987dff1dce
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { useTheme } from "@/context/ThemeProvider"
|
|||
|
||||
const MainTemplate = (props) => {
|
||||
return (
|
||||
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
|
||||
<ThemeProvider defaultTheme="light" storageKey="vite-ui-theme">
|
||||
<MainContent>{props.children}</MainContent>
|
||||
</ThemeProvider>
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue