Skip to content

Commit b6298a0

Browse files
committed
Fix tuple padding
1 parent d9fc0ed commit b6298a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,6 +1587,7 @@ function stackItemElement(
15871587
<Box
15881588
key={i}
15891589
p="0.5rem"
1590+
px="0.85rem"
15901591
backgroundColor={
15911592
i % 2 === 0 ? 'gray.100' : '#D9D9D9'
15921593
}

0 commit comments

Comments
 (0)