small fix for color_mode_button

This commit is contained in:
Lendemor 2025-01-14 00:10:58 +01:00
parent 427d7c56ab
commit 0939fe2ff0

View File

@ -151,8 +151,8 @@ class ColorModeIconButton(IconButton):
dropdown_menu.trigger(
super().create(
ColorModeIcon.create(),
**props,
)
),
**props,
),
dropdown_menu.content(
color_mode_item("light"),