Skip to content

Commit

Permalink
fix(button): remove explicit height
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdickerson committed Jan 6, 2025
1 parent e720515 commit a245e88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
display: inline-flex;
font-variation-settings: 'wght' 600;
gap: $margin-xsm;
height: $spacing-lg;
justify-content: center;
padding: 0 $padding-md;
padding: $padding-sm $padding-md;
position: relative;
transition:
color 0.25s,
Expand Down Expand Up @@ -129,8 +128,7 @@
background-color: transparent;
border: 0;
color: $pure-black;
height: $spacing-md;
padding: 0;
padding: 0 $spacing-micro;

svg {
fill: $pure-black;
Expand Down

0 comments on commit a245e88

Please sign in to comment.