Update hover state for primary button.

This commit is contained in:
bmauger 2022-03-24 13:58:02 -04:00
parent 0e1d34b873
commit 47d9e0b51a

View file

@ -56,11 +56,7 @@ export default {
justify-content: center;
font-weight: 500;
@media (hover: hover) {
background: linear-gradient(
270deg,
rgba(6, 87, 124, 1) 0%,
rgba(6, 87, 124, 1) 100%
);
background: linear-gradient(270deg, $blue-500 0%, $blue-700 100%);
}
&:focus, // Mouse, touch, stylus focus
&:focus-visible {