Selecting TextArea theme on light/dark mode toggle #3546
davetapley
started this conversation in
General
Replies: 0 comments
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.
-
It feels weird that
TextArea
doesn't change colors on light/dark mode toggle.I could implement it by e.g. overriding
action_toggle_dark
and sending a message to set a correspondingtext_area.theme
.... but it would be nice if this was handled automatically with 'sensible defaults' and/or by specifying a pair of themes.
Thoughts?
See also:
TextArea
#3468Beta Was this translation helpful? Give feedback.
All reactions