Skip to content

Commit cb71884

Browse files
authored
fix(action-bar): update action item padding
1 parent af4ece3 commit cb71884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/mixins/components/_action-bar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#{$item-selectors} {
1919
android-elevation: 0;
2020
font-size: const(font-size);
21-
padding: 12 7;
21+
padding: 12 10 12 0;
2222
margin: 0;
2323
min-width: 0;
2424
width: auto;

0 commit comments

Comments
 (0)