From 418052f84b0d6a85dfd1be9590da3548418770dc Mon Sep 17 00:00:00 2001 From: Manu MA Date: Fri, 11 Jan 2019 00:58:35 +0100 Subject: [PATCH] fix(fab-button): add default padding for fab-button (#17050) --- core/src/components/fab-button/fab-button.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/src/components/fab-button/fab-button.scss b/core/src/components/fab-button/fab-button.scss index 52a09248dc..e085567b3a 100755 --- a/core/src/components/fab-button/fab-button.scss +++ b/core/src/components/fab-button/fab-button.scss @@ -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