Skip to content

Commit 9377bd6

Browse files
committed
fix(ItemBase): side padding
1 parent 91a5088 commit 9377bd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/actions/ItemButton/ItemButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const ActionsWrapper = tasty({
6767
placeItems: 'center',
6868
placeContent: 'center end',
6969
pointerEvents: 'auto',
70-
padding: '0 $side-padding 0 0',
70+
padding: '0 $side-padding',
7171
height: 'min ($size - 2bw)',
7272
opacity: {
7373
'': 1,

src/components/content/ItemBase/ItemBase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ const ItemBaseElement = tasty({
374374
placeItems: 'center',
375375
placeContent: 'stretch',
376376
placeSelf: 'stretch',
377-
padding: '0 $side-padding 0 0',
377+
padding: '0 $side-padding',
378378
height: 'min ($size - 2bw)',
379379
gridRow: 'span 2',
380380
width: {

0 commit comments

Comments
 (0)