Skip to content

Commit

Permalink
fix: make system default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Dec 8, 2023
1 parent beee325 commit 0237711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ const CONST = {
DEFAULT: 'default',
},
THEME: {
DEFAULT: 'dark',
DEFAULT: 'system',
LIGHT: 'light',
DARK: 'dark',
SYSTEM: 'system',
Expand Down

0 comments on commit 0237711

Please sign in to comment.