Skip to content

Commit

Permalink
Update src/recoil/app-theme/app-theme.state.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Jeongwoo Kim <[email protected]>
  • Loading branch information
akanex115 and mlajkim authored Nov 11, 2024
1 parent a2192fa commit 96deeba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/recoil/app-theme/app-theme.state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ const defaultTheme = ((): AppTheme => {

export const appThemeState = atom<AppTheme>({
key: Rkp.AppTheme,
//default: defaultTheme,
default: AppTheme.Christmas, // You can always override the default theme here, and compile will fail if you forget to remove it
default: defaultTheme,
// default: AppTheme.Christmas, // You can always override the default theme here, and compile will fail if you forget to remove it
})

0 comments on commit 96deeba

Please sign in to comment.