Skip to content

Commit 7406342

Browse files
committed
fix(ItemAction): remove gap
1 parent 7d5d483 commit 7406342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/item-themes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const ITEM_ACTION_BASE_STYLES: Styles = {
1313
flow: 'column',
1414
placeItems: 'center',
1515
placeContent: 'center',
16-
gap: '.75x',
16+
gap: 0,
1717
position: 'relative',
1818
margin: {
1919
'': '0 1bw 0 1bw',

0 commit comments

Comments
 (0)