Skip to content

Commit

Permalink
fix: match skeleton high with container card (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
OgDev-01 authored Nov 21, 2023
1 parent 6ae3751 commit 4786117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/molecules/HighlightCard/highlight-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const HighlightCard: React.FC<HighlightCardProps> = ({

{/* Main Information */}
{isLoading ? (
<SkeletonWrapper height={79} count={2} />
<SkeletonWrapper height={62} count={2} />
) : (
<div className="flex flex-col w-full px-6 pb-5 mt-2">
{/* Main Number */}
Expand Down

0 comments on commit 4786117

Please sign in to comment.