🐛 Fix checkbox colors

This commit is contained in:
Eva 2024-01-11 12:53:16 +01:00 committed by Andrey Antukh
parent b7bfb73134
commit 6de70ff5b7
3 changed files with 23 additions and 10 deletions

View file

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