Form Fields should have a separate background theme variable? #583
FrancescoCioria
started this conversation in
Ideas
Replies: 1 comment
-
Paging @Phyele |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, form fields suchs as
TextField
, share the same--bento-backgroundColor-backgroundPrimary
CSS var used for other components such asCard
This means that If I set the background color of a
Card
, any form field contained in it will share the same background (appearingtransparent
to the user)Is this wanted? How is
--bento-backgroundColor-backgroundPrimary
supposed to be used?Beta Was this translation helpful? Give feedback.
All reactions