Skip to content

Commit 418052f

Browse files
authored
fix(fab-button): add default padding for fab-button (#17050)
1 parent 82457d8 commit 418052f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/src/components/fab-button/fab-button.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
--border-width: 0;
1111
--border-style: none;
1212
--border-color: initial;
13+
--padding-top: 0;
14+
--padding-end: 0;
15+
--padding-bottom: 0;
16+
--padding-start: 0;
17+
1318
/**
1419
* @prop --background: Background of the button
1520
* @prop --background-activated: Background of the button when activated

0 commit comments

Comments
 (0)