fix background

This commit is contained in:
srgooglo 2022-10-06 22:17:01 +02:00
parent 019b630d9b
commit 05b7592150

View File

@ -552,13 +552,21 @@
transition: all 150ms ease-in-out; transition: all 150ms ease-in-out;
background: transparent !important;
background-color: transparent !important;
&.active { &.active {
color: var(--appColor); color: var(--primaryColor);
svg {
color: var(--primaryColor);
}
} }
svg { svg {
background-color: transparent;
width: 20px; width: 20px;
height: 20px; height: 20px;
transition: all 150ms ease-in-out;
} }
} }