Add missing transition and box-shadow to theme-toggle-styles mixin

This commit is contained in:
Deco Vander 2025-07-05 18:36:50 -04:00
parent c5356b611a
commit 52836e4ff8

View file

@ -130,6 +130,8 @@
width: 40px; width: 40px;
height: 40px; height: 40px;
@include flex-center; @include flex-center;
transition: all 0.3s ease;
box-shadow: 0 2px 4px var(--shadow);
&:hover { &:hover {
background-color: var(--table-hover); background-color: var(--table-hover);