Skip to content

Commit

Permalink
Add missing space to shapes example
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Andai <[email protected]>
  • Loading branch information
DiegoAndai authored Sep 22, 2023
1 parent dc635f7 commit 7ac015d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/components/skeleton/Shapes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Shapes() {
<Stack spacing={1}>
<Skeleton shape="circular" size="box" width={40} height={40} />
<Skeleton shape="rectangular" size="box" width={210} height={60} />
<Skeleton shape="rounded"size="box" width={210} height={60} />
<Skeleton shape="rounded" size="box" width={210} height={60} />
</Stack>
);
}

0 comments on commit 7ac015d

Please sign in to comment.