Skip to content

Commit

Permalink
fix(addon-mobile): update font of large buttons on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Nov 22, 2024
1 parent 5a8d751 commit 1233336
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/addon-mobile/styles/common/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
--t-radius: 1rem;
}

&[data-size='l'] {
font: var(--tui-font-text-l);
font-weight: bold;
}

&[data-size='m'] {
--t-radius: 0.75rem;
}
Expand Down

0 comments on commit 1233336

Please sign in to comment.