Skip to content

Commit

Permalink
Update SkeletonNoteView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
javinchua committed Jan 31, 2024
1 parent 2d0fa2d commit 23afe0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/notes/components/Note/SkeletonNoteView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const SkeletonNoteView = (): JSX.Element => {
alignItems="flex-start"
gap="0.5rem"
alignSelf="stretch"
boxShadow="sm"
>
<Box display="flex" width="17.5rem" alignItems="flex-start">
<Stack width="16rem" alignItems="flex-start" gap="0.5rem">
Expand Down

0 comments on commit 23afe0e

Please sign in to comment.