We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584d14e commit 0f26b21Copy full SHA for 0f26b21
src/components/SkeletonList.tsx
@@ -7,7 +7,7 @@ export const SkeletonList: React.FunctionComponent = () => {
7
return (
8
<React.Fragment>
9
{list.map((i) => (
10
- <Box p={0.5} key={i}>
+ <Box p={0.2} key={i}>
11
<Skeleton variant="rect" height={80} />
12
</Box>
13
))}
0 commit comments