Spaces:
Runtime error
Runtime error
Drop Down elemenst (in light version) are not visible
#3
by
gerasdf
- opened
Similar to the chat bubble, Dropdown elements are not visible. I'm on version 0.3.9.
This is my preferred theme, I'd like to help improve it. I've found many small things, but I don't feel I could fork and fix the details, not enough CSS here. Maybe if you guide me I could? what do you think?
I figured out a workaround:
theme.set(
background_fill_primary="#818eb6", # DropdownOptions.svelte / item = neutral_200
)
Added to my patches for ChatBot bubbles (see other thread).
I don't think there's a nice way to theme this elements. I'm tempted to patch the CSS via css=
in Blocks()
or something