Replies: 1 comment 2 replies
-
@Kowersky It's you, again! Didn't I say Tailwind Selectors are fun? from nicegui import ui
ui.dropdown_button(f'Sigma', auto_close=False, icon='directions_walk')
ui.dropdown_button(f'Sigma', auto_close=False, icon='directions_walk').classes("[&_.on-left]:!text-red-500")
ui.run() Do enjoy it! ![]() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi. I have this dropdown menu
and I need to change the color of this svg. I know I need to use
fill
, but it doesn't work in.classes
.Beta Was this translation helpful? Give feedback.
All reactions