1
Fork 0
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:
Stefano Pigozzi 2021-04-21 16:04:09 +02:00
parent a9403ece2d
commit 4a107e1608
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -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}>