Skip to content

Commit

Permalink
fix(button): button padding fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dserna-arbolus authored May 30, 2024
1 parent d66c457 commit 16b36f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Buttons/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
padding: 0;
min-height: auto;
height: auto;
padding: 0;
&:hover {
color: $bColorAccentPurpleDark;
transition: color 300ms ease-out;
Expand Down

0 comments on commit 16b36f0

Please sign in to comment.