♻️(react) improve checkbox styling configuration
Align design tokens of checkbox component with select component's design tokens for consistent styling configuration.
This commit is contained in:
committed by
aleb_the_flash
parent
a0d737aaf8
commit
8cf2bb28e1
@@ -52,7 +52,7 @@
|
||||
input {
|
||||
appearance: none;
|
||||
margin: 0;
|
||||
background-color: white;
|
||||
background-color: var(--c--components--forms-checkbox--background-color);
|
||||
width: var(--c--components--forms-checkbox--size);
|
||||
height: var(--c--components--forms-checkbox--size);
|
||||
border: 1.5px solid var(--c--components--forms-checkbox--border-color);
|
||||
|
||||
Reference in New Issue
Block a user