mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 04:17:20 +02:00
🐛 Fix checkbox colors
This commit is contained in:
parent
b7bfb73134
commit
6de70ff5b7
3 changed files with 23 additions and 10 deletions
|
@ -147,7 +147,7 @@
|
|||
border-radius: $br-6;
|
||||
background-color: var(--input-checkbox-inactive-background-color);
|
||||
&.checked {
|
||||
background-color: var(--input-checkbox-active-background-color);
|
||||
background-color: var(--input-checkbox-background-color-active);
|
||||
svg {
|
||||
@extend .button-icon-small;
|
||||
stroke: var(--input-details-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue