Update button.css

This commit is contained in:
David Hill
2025-11-04 17:31:56 +00:00
parent 521803aaa3
commit dbdbfb8543

View File

@@ -50,6 +50,10 @@
&:focus-visible:active {
box-shadow: none;
}
&:active {
scale: 0.99;
transition: all 150ms ease-out;
}
[data-slot="icon"] {
color: var(--icon-strong-base);