FIX Handling removing border-none causing problems on hover

This commit is contained in:
Antoine M 2025-06-05 10:18:59 +02:00
parent 65825221d5
commit f4b89fe9c9

View File

@ -29,7 +29,7 @@
} }
} }
&:hover { &:hover {
@apply bg-primary text-white border-none; @apply bg-primary text-white;
svg { svg {
transform: rotate(90deg); transform: rotate(90deg);
circle { circle {