✨(react) add a design token for checkbox hover background
This was based on recent feedbacks to provide more granularity for customization. Resolve #59
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
cursor: pointer;
|
||||
|
||||
&:hover, &:focus-within {
|
||||
background-color: var(--c--theme--colors--greyscale-200);
|
||||
background-color: var(--c--components--forms-checkbox--background-color--hover);
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
|
||||
Reference in New Issue
Block a user