theme default light
This commit is contained in:
parent
8d39ec1da5
commit
f5b2735dd5
@ -127,7 +127,7 @@ export const AppContextProvider: FC<AppContextProviderProps> = ({ children }) =>
|
|||||||
setCurrentWorkspace(currentWorkspaceResponse)
|
setCurrentWorkspace(currentWorkspaceResponse)
|
||||||
}, [currentWorkspaceResponse])
|
}, [currentWorkspaceResponse])
|
||||||
|
|
||||||
const [theme, setTheme] = useState<Theme>(Theme.dark)
|
const [theme, setTheme] = useState<Theme>(Theme.light)
|
||||||
const handleSetTheme = useCallback((theme: Theme) => {
|
const handleSetTheme = useCallback((theme: Theme) => {
|
||||||
setTheme(theme)
|
setTheme(theme)
|
||||||
globalThis.document.documentElement.setAttribute('data-theme', theme)
|
globalThis.document.documentElement.setAttribute('data-theme', theme)
|
||||||
|
Loading…
Reference in New Issue
Block a user