Skip to content

Commit 8fb5b6b

Browse files
authored
fix(material/button): fix text button line-height (#28091)
1 parent c658558 commit 8fb5b6b

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)