Skip to content

Commit

Permalink
fix: button hover background & smooth transition
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Nov 24, 2023
1 parent 9c1d3c7 commit 2632b4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/button/src/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
justify-content: center;
padding: get-spacing(1) get-spacing(2);
border-radius: get-spacing(1);
transition: background-color 0.2s ease;

&:hover {
background-color: get-color(overlay-dark);
background-color: get-color(highlight-primary-dark);
}

&:disabled {
Expand Down

0 comments on commit 2632b4e

Please sign in to comment.