fix button active animation
This commit is contained in:
parent
656cadf9ce
commit
7e13e7c0a5
@ -1,9 +1,7 @@
|
||||
.button {
|
||||
transition: all linear 150ms;
|
||||
}
|
||||
|
||||
.button {
|
||||
&:active {
|
||||
transform: scale(calc(0.95 * var(--mantine-scale)));
|
||||
transform: scale(calc(0.9 * var(--mantine-scale)));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user