add hover effect for tokens button

This commit is contained in:
smanylov
2026-04-15 19:48:24 +07:00
parent 1e0267c03d
commit ad247fb269
+5
View File
@@ -90,6 +90,11 @@
@media (max-width: 440px) {
padding: 8px;
}
&:hover {
background: v.$p-color;
color: v.$white;
}
}
.tokens-count {