Skip to content

Commit

Permalink
feat(shape): mini FAB uses height variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed Sep 21, 2018
1 parent b7ca944 commit 30e5c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-fab/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ $mdc-fab-icon-enter-duration_: 180ms;
}

@mixin mdc-fab--mini_ {
width: 40px;
height: 40px;
width: $mdc-fab-mini-height;
height: $mdc-fab-mini-height;
}

@mixin mdc-fab--extended_ {
Expand Down

0 comments on commit 30e5c7d

Please sign in to comment.