Skip to content

Commit

Permalink
fix: restore skeleton demo
Browse files Browse the repository at this point in the history
  • Loading branch information
malangcat committed Jan 3, 2025
1 parent 882d179 commit bf137c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/components/example/skeleton-preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ export default function SkeletonPreview() {
<Flex gap="s4" alignItems="center">
<Skeleton shape="circular" width="s12" height="s12" />
<Flex flexDirection="column" gap="s2">
<Skeleton shape="rounded" height="s4" width="s12" />
<Skeleton shape="rounded" height="s4" width="s12" />
<Skeleton shape="rounded" height="s4" width="250px" />
<Skeleton shape="rounded" height="s4" width="250px" />
</Flex>
</Flex>
);
Expand Down

0 comments on commit bf137c5

Please sign in to comment.