refactor(Ratings): remove btn transition

This commit is contained in:
Timothy Z. 2025-06-28 14:42:29 +03:00
parent 63aecc6764
commit 1780b49a38

View file

@ -32,7 +32,6 @@
height: calc(@height / 2);
color: var(--primary-foreground-color);
opacity: 0.7;
transition: 0.3s all ease-in-out;
&:hover {
opacity: 1;