CASH-1437: fix #1 for button shadow

This commit is contained in:
AdamCaouetteSafelite 2025-09-09 06:55:56 -04:00
parent 35f8ad8636
commit 9974244719

View file

@ -79,7 +79,7 @@ export default {
color: $black; color: $black;
font-weight: 500; font-weight: 500;
background: $blue-100; background: $blue-100;
box-shadow: 0 0 0 1px $blue; border: 1px solid $blue;
} }
&:checked:focus + .list-button-content { &:checked:focus + .list-button-content {
box-shadow: 0 0 0 2.5px $blue; box-shadow: 0 0 0 2.5px $blue;