Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed May 2, 2024
1 parent 1e941d9 commit e9be8e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scss/component/_theme-switcher.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
&[data-theme-mode='system'] &__system-mode {
display: flex;
}

&[data-theme-mode='light'] &__light-mode {
display: flex;
}

&[data-theme-mode='dark'] &__dark-mode {
display: flex;
}
Expand Down

0 comments on commit e9be8e5

Please sign in to comment.