Skip to content

Commit

Permalink
fix(addon-mobile): update font of large buttons on mobile (#9816)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Nov 25, 2024
1 parent 5133307 commit b45de14
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 @@ -14,6 +14,11 @@
--t-radius: 0.75rem;
}

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

&[data-appearance^='primary']:disabled:not(._loading),
&[data-appearance^='secondary']:disabled:not(._loading),
&[data-appearance^='accent']:disabled:not(._loading),
Expand Down

0 comments on commit b45de14

Please sign in to comment.