Skip to content

Commit

Permalink
fix(styles): define font-family for button component
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Nov 6, 2024
1 parent b6b6adc commit bc8208e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,10 @@ $slds: (

[data-btn] {
border: 3px solid transparent;
line-height: 1;
display: inline-flex;
justify-content: center;
align-items: center;
font-weight: 700;
font-size: 1.25rem;
font: 700 1.25rem/1 Body, sans-serif;
padding: 1.6875rem 2rem;
width: 100%;
text-transform: uppercase;
Expand Down

0 comments on commit bc8208e

Please sign in to comment.