Skip to content

Commit

Permalink
fix: fix cart button hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
kavabunga committed Jan 14, 2024
1 parent 672d76b commit 41638cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/product-card/product-card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

&:hover {
background-color: $form-button-color;
background-color: $accent-color-bright-green;
color: white;
}

Expand Down

0 comments on commit 41638cb

Please sign in to comment.