Skip to content

Commit

Permalink
fix: ThemeToggle icons not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 4, 2024
1 parent d7e0daf commit 8dacf8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solara/lab/components/theming.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def sync_themes(selected_theme: str):
theme_dark=theme.dark,
event_sync_themes=sync_themes,
enable_auto=enable_auto,
on_icon="mdi-weather-night",
off_icon="mdi-weather-sunny",
auto_icon="mdi-brightness-auto",
on_icon=on_icon,
off_icon=off_icon,
auto_icon=auto_icon,
)

0 comments on commit 8dacf8f

Please sign in to comment.