Skip to content

Commit

Permalink
feat(button): adjust the font size of small size button
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Nov 6, 2023
1 parent 600946e commit b57e17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Customize the font size of the button's label. The font size is different depend
* `--button-font-size` is set, these values gets ignored.
*/
--button-mini-font-size: 12px;
--button-small-font-size: 14px;
--button-small-font-size: 13px;
--button-medium-font-size: 14px;
--button-large-font-size: 14px;
--button-jumbo-font-size: 16px;
Expand Down
2 changes: 1 addition & 1 deletion lib/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@

:root {
--button-mini-font-size: 12px;
--button-small-font-size: 14px;
--button-small-font-size: 13px;
--button-medium-font-size: 14px;
--button-large-font-size: 14px;
--button-jumbo-font-size: 16px;
Expand Down

0 comments on commit b57e17a

Please sign in to comment.