Skip to content

Commit

Permalink
fix(fab-button): add default padding for fab-button (#17050)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Jan 10, 2019
1 parent 82457d8 commit 418052f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/src/components/fab-button/fab-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
--border-width: 0;
--border-style: none;
--border-color: initial;
--padding-top: 0;
--padding-end: 0;
--padding-bottom: 0;
--padding-start: 0;

/**
* @prop --background: Background of the button
* @prop --background-activated: Background of the button when activated
Expand Down

0 comments on commit 418052f

Please sign in to comment.