Skip to content

Commit a6582b5

Browse files
authored
fix(material/button): fix flat button line-height (#28090)
1 parent e2ba68a commit a6582b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/material/button/_button-theme.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@
169169
@include mdc-button.without-ripple($query: mdc-helpers.$mdc-typography-styles-query);
170170
}
171171

172+
.mat-mdc-button,
172173
.mat-mdc-raised-button,
173-
.mat-mdc-button {
174+
.mat-mdc-unelevated-button {
174175
line-height: inherit;
175176
}
176177
}

0 commit comments

Comments
 (0)