fix button active animation

This commit is contained in:
Refansa 2023-10-27 19:59:07 +07:00
parent 656cadf9ce
commit 7e13e7c0a5

View File

@ -1,9 +1,7 @@
.button { .button {
transition: all linear 150ms; transition: all linear 150ms;
}
.button {
&:active { &:active {
transform: scale(calc(0.95 * var(--mantine-scale))); transform: scale(calc(0.9 * var(--mantine-scale)));
} }
} }