disable light mode (#271)

This commit is contained in:
Kerem Yilmaz
2024-05-07 12:54:59 -07:00
committed by GitHub
parent 5ce37dfaaf
commit 7b36e04418
3 changed files with 3 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ type ThemeProviderState = {
};
const initialState: ThemeProviderState = {
theme: "system",
theme: "dark",
setTheme: () => null,
};