fix(fab-button): add default padding for fab-button (#17050)

This commit is contained in:
Manu MA
2019-01-11 00:58:35 +01:00
committed by GitHub
parent 82457d874b
commit 418052f84b

View File

@ -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