Skip to content

Commit 3810378

Browse files
committed
fix(material/button): fix flat button line-height (#28090)
(cherry picked from commit a6582b5)
1 parent f197101 commit 3810378

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)