How to add text style on dropdown button? #3315
Replies: 1 comment 1 reply
-
ud = ui.dropdown_button('test')
ui.query(f'#c{ud.id} .block').classes('underline underline-offset-4') |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tz301
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.
-
Question
As below, I want to add underline only on text, not on the arrow.
Beta Was this translation helpful? Give feedback.
All reactions