aproli90 commited on
Commit
8b8a207
·
verified ·
1 Parent(s): 0672ba5

Upload theme.ts

Browse files
Files changed (1) hide show
  1. 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 = 'light';
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