Skip to content

Commit

Permalink
small fix for color_mode_button (#4634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor authored Jan 14, 2025
1 parent 1e7a37b commit f69be58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reflex/components/radix/themes/color_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def color_mode_item(_color_mode):
dropdown_menu.trigger(
super().create(
ColorModeIcon.create(),
**props,
)
),
**props,
),
dropdown_menu.content(
color_mode_item("light"),
Expand Down

0 comments on commit f69be58

Please sign in to comment.