Skip to content

Commit 0f26b21

Browse files
committed
skeleton list. padding reduced
1 parent 584d14e commit 0f26b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SkeletonList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const SkeletonList: React.FunctionComponent = () => {
77
return (
88
<React.Fragment>
99
{list.map((i) => (
10-
<Box p={0.5} key={i}>
10+
<Box p={0.2} key={i}>
1111
<Skeleton variant="rect" height={80} />
1212
</Box>
1313
))}

0 commit comments

Comments
 (0)