Skip to content

Commit

Permalink
fixup! refactor(material/button): switch typography to tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel committed Oct 26, 2023
1 parent 44bd0d7 commit f55fad7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/material/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}

.mdc-button {
line-height: 36px;
text-decoration: none;
}

Expand Down
4 changes: 4 additions & 0 deletions src/material/button/fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@
.mat-mdc-extended-fab .mat-mdc-button-touch-target {
width: 100%;
}

.mdc-fab {
line-height: 36px;
}

0 comments on commit f55fad7

Please sign in to comment.