Skip to content

Commit

Permalink
fix: small button sizing after font-size feat (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Oct 20, 2023
2 parents 6517290 + 3cf1c2a commit af9590b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frontend/src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ ion-label.sc-ion-label-ios-h.ios {
ion-button {
white-space: normal;
font-size: 0.875rem;

&.button-small {
font-size: 0.8125rem;
}
}

ion-alert.md {
Expand Down

0 comments on commit af9590b

Please sign in to comment.