mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🔧 Switch default theme
This commit is contained in:
parent
a9403ece2d
commit
4a107e1608
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import ContextTheme from "./contexts/ContextTheme"
|
|||
|
||||
|
||||
export default function App() {
|
||||
const [theme, ] = useState("ThemeLight");
|
||||
const [theme, ] = useState("ThemeDark");
|
||||
|
||||
return (
|
||||
<ContextTheme.Provider value={theme}>
|
||||
|
|
Loading…
Reference in a new issue