Skip to content

Commit

Permalink
[core] fix(Button): revert 12px font size change in small button (#4905)
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya authored Sep 14, 2021
1 parent fb4bf86 commit 563dafd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/components/button/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ $button-intents: (

@mixin pt-button-height-small() {
@include pt-button-height($pt-button-height-small);
font-size: $pt-font-size-small;
padding: $button-padding-small;
}

Expand Down

1 comment on commit 563dafd

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(Button): revert 12px font size change in small button (#4905)

Previews: documentation | landing | table

Please sign in to comment.