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 27, 2023
1 parent efb6497 commit 4687756
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/material/button/_fab-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
@include sass-utils.current-selector-or-root() {
@include mdc-extended-fab-theme.theme($typography-tokens);
}

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

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

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

0 comments on commit 4687756

Please sign in to comment.