Spaces:
Running
Running
Upload theme.ts
Browse files- app/lib/stores/theme.ts +1 -1
app/lib/stores/theme.ts
CHANGED
@@ -9,7 +9,7 @@ export function themeIsDark() {
|
|
9 |
return themeStore.get() === 'dark';
|
10 |
}
|
11 |
|
12 |
-
export const DEFAULT_THEME = '
|
13 |
|
14 |
export const themeStore = atom<Theme>(initStore());
|
15 |
|
|
|
9 |
return themeStore.get() === 'dark';
|
10 |
}
|
11 |
|
12 |
+
export const DEFAULT_THEME = 'dark';
|
13 |
|
14 |
export const themeStore = atom<Theme>(initStore());
|
15 |
|