disable light mode (#271)
This commit is contained in:
@@ -8,7 +8,7 @@ type ThemeProviderState = {
|
||||
};
|
||||
|
||||
const initialState: ThemeProviderState = {
|
||||
theme: "system",
|
||||
theme: "dark",
|
||||
setTheme: () => null,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user