Skip to content

Commit ad4bdea

Browse files
committed
fix(material/button): fix raised button line-height
1 parent 7f301a8 commit ad4bdea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material/button/_button-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@
168168
@include mdc-helpers.using-mdc-typography($theme) {
169169
@include mdc-button.without-ripple($query: mdc-helpers.$mdc-typography-styles-query);
170170
}
171+
172+
.mat-mdc-raised-button {
173+
line-height: inherit;
174+
}
171175
}
172176

173177
@mixin density($theme) {

0 commit comments

Comments
 (0)