💄(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:
Lebaud Antoine
2023-06-06 10:38:47 +02:00
committed by aleb_the_flash
parent 38538e354b
commit 1ff37cf12f
6 changed files with 10 additions and 2 deletions

View File

@@ -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;