🐛 Fix visual problems

This commit is contained in:
alonso.torres 2023-12-12 14:19:07 +01:00
parent 030ff398ed
commit e884cba002
5 changed files with 17 additions and 29 deletions

View file

@ -40,6 +40,7 @@
&.checked {
border: none;
background-color: var(--radio-btn-background-color-selected);
box-shadow: var(--radio-button-box-shadow);
svg {
stroke: var(--radio-btn-foreground-color-selected);
}