💄(react) improve input component styling configuration
Align design tokens of input component with select component's design tokens for consistent styling configuration. Having a transparent background was causing a weird ux.
This commit is contained in:
committed by
aleb_the_flash
parent
38538e354b
commit
1ff37cf12f
@@ -138,6 +138,7 @@
|
||||
--c--components--forms-input--border-style: solid;
|
||||
--c--components--forms-input--color: #303C4B;
|
||||
--c--components--forms-input--label-color--focus: #0556BF;
|
||||
--c--components--forms-input--background-color: white;
|
||||
--c--components--forms-field--width: 292px;
|
||||
--c--components--forms-field--font-size: 0.6875rem;
|
||||
--c--components--forms-field--color: #79818A;
|
||||
|
||||
Reference in New Issue
Block a user