Skip to content

Commit

Permalink
fix: ThemeToggle becoming invisible against "primary" background (#537)
Browse files Browse the repository at this point in the history
Fixes #528
  • Loading branch information
iisakkirotko committed Mar 11, 2024
1 parent 9c1c9e1 commit 9bae8f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solara/lab/components/theming.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
icon
@click="countClicks"
>
<v-icon
:color="theme_dark ? 'primary' : null">
<v-icon>
{{ this.clicks === 1 ? this.on_icon : this.clicks === 2 ? this.off_icon : this.auto_icon }}
</v-icon>
</v-btn>
Expand Down

0 comments on commit 9bae8f1

Please sign in to comment.