💄(react) improve radio input styling configuration

Align design tokens of radio input component with select component's
design tokens for consistent styling configuration.
This commit is contained in:
Lebaud Antoine
2023-06-06 10:33:16 +02:00
committed by aleb_the_flash
parent 8cf2bb28e1
commit 38538e354b
6 changed files with 10 additions and 2 deletions

View File

@@ -125,6 +125,7 @@
--c--components--forms-select--label-color--focus: #0556BF;
--c--components--forms-radio--border-color: #E7E8EA;
--c--components--forms-radio--accent-color: #419A14;
--c--components--forms-radio--background-color: white;
--c--components--forms-input--font-weight: 400;
--c--components--forms-input--font-size: 1rem;
--c--components--forms-input--border-radius: 8px;