change border color for buy button hover

This commit is contained in:
134975 2026-06-25 11:47:29 +02:00
parent ebb729cb57
commit c8633c6a7e

View file

@ -150,9 +150,9 @@
} }
.btn-buy { .btn-buy {
border-color: $sw-color-brand-secondary; border-color: #573f72;
color: #FFFFFF; color: #FFFFFF;
background: $sw-color-brand-secondary; background: $sw-color-brand-secondary;
} }
} }
} }