Skip to content

Commit

Permalink
make light explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Jan 6, 2025
1 parent 74a73fe commit 9d714fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bskyembed/src/screens/post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ switch (colorMode) {
case 'system':
initSystemColorMode()
break
case 'light':
default:
applyTheme('light')
break
Expand Down

0 comments on commit 9d714fe

Please sign in to comment.