Skip to content

Commit

Permalink
make light explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Dec 19, 2024
1 parent e018d9f commit 423865a
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 423865a

Please sign in to comment.