feat: add fade transitions to toggle-tablet button

This commit is contained in:
matt1432 2023-06-04 01:34:27 -04:00
parent 36e307210b
commit 23547fc6df

View file

@ -9,6 +9,7 @@
.toggle-off {
background-color: $bg;
transition: border-color 0.5s ease-in-out;
color: #CBA6F7;
font-size: 26px;
border-radius: 80px;
@ -19,6 +20,7 @@
.toggle-on {
background-color: $bg;
transition: border-color 0.5s ease-in-out;
color: #CBA6F7;
font-size: 26px;
border-radius: 80px;