Skip to content

Commit

Permalink
Merge pull request #267 from arbolus-technologies/fix/SmallButtonFont…
Browse files Browse the repository at this point in the history
…Weight

[FIX] Fix font weight on small buttons
  • Loading branch information
llucarbolus authored Mar 21, 2024
2 parents 467c4be + f1653ef commit 9574e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Buttons/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
padding: 0 8px;
column-gap: 4px;
font-size: $size-small;
font-weight: $weight-light;
font-weight: $weight-regular;
border-radius: 4px;
}
&.large {
Expand Down

0 comments on commit 9574e48

Please sign in to comment.