Skip to content

Commit

Permalink
fix(material/button): fix flat button line-height (#28090)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel authored Nov 17, 2023
1 parent e2ba68a commit a6582b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/material/button/_button-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@
@include mdc-button.without-ripple($query: mdc-helpers.$mdc-typography-styles-query);
}

.mat-mdc-button,
.mat-mdc-raised-button,
.mat-mdc-button {
.mat-mdc-unelevated-button {
line-height: inherit;
}
}
Expand Down

0 comments on commit a6582b5

Please sign in to comment.