Skip to content

Commit

Permalink
add missing lemon skeleton height
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsobrmlr committed Nov 15, 2023
1 parent bb58f22 commit 22d9ccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export function Presets(): JSX.Element {
}
>
<div className="space-y-2">
<LemonSkeleton className="w-1/2" />
<LemonSkeleton className="w-1/2 h-4" />
<LemonSkeleton.Row repeat={3} />
</div>
</LemonModal>
Expand Down

0 comments on commit 22d9ccf

Please sign in to comment.