Skip to content

Commit

Permalink
smaller skeleont
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Nov 24, 2024
1 parent eb2bde5 commit 9d79f40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const EnvironmentNode: React.FC<EnvironmentNodeProps> = (node) => {
_.range(3).map((i) => (
<Skeleton
key={i}
className="h-10 w-full"
className="h-9 w-full"
style={{ opacity: 1 * (1 - i / 3) }}
/>
))}
Expand Down

0 comments on commit 9d79f40

Please sign in to comment.