Skip to content

Commit d45f496

Browse files
committed
fix(material/button): fix text button line-height (#28091)
(cherry picked from commit 8fb5b6b)
1 parent 61401f5 commit d45f496

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,7 +169,8 @@
169169
@include mdc-button.without-ripple($query: mdc-helpers.$mdc-typography-styles-query);
170170
}
171171

172-
.mat-mdc-raised-button {
172+
.mat-mdc-raised-button,
173+
.mat-mdc-button {
173174
line-height: inherit;
174175
}
175176
}

0 commit comments

Comments
 (0)