Fix the rounded corner on the clock

This commit is contained in:
Kevin MacMartin 2023-10-09 23:41:53 -04:00
parent ff5492f201
commit 1d982c38dc

View file

@ -419,7 +419,7 @@
#{$child_class} { #{$child_class} {
transition-duration: 150ms; transition-duration: 150ms;
border: 3px solid transparent; border: 3px solid transparent;
border-radius: 99px; border-radius: $border_radius;
} }
&:active, &:focus, &:checked { &:active, &:focus, &:checked {