diff --git a/solara/lab/components/theming.vue b/solara/lab/components/theming.vue index c33f79395..3ff65b761 100644 --- a/solara/lab/components/theming.vue +++ b/solara/lab/components/theming.vue @@ -3,8 +3,7 @@ icon @click="countClicks" > - + {{ this.clicks === 1 ? this.on_icon : this.clicks === 2 ? this.off_icon : this.auto_icon }}