Skip to content

Commit 41d913a

Browse files
committed
fix: update StatsCardSkeleton background color and fix missing class spacing
1 parent 8c60b5a commit 41d913a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/dashboard/StatsCardSkeleton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default function StatsCardSkeleton() {
55
const heights = [24, 32, 18, 45, 38, 52, 28, 42, 35, 48, 30, 22];
66

77
return (
8-
<div className="p-6 rounded-xl bg-white dark:bg-[#0a0a0a]border border-[rgba(255,255,255,0.08)] overflow-hidden">
8+
<div className="p-6 rounded-xl bg-[#0a0a0a] border border-[rgba(255,255,255,0.08)] overflow-hidden">
99
<div className="flex justify-between items-start mb-6">
1010
<div className="space-y-3">
1111
<div className="h-3 w-24 shimmer rounded" />

0 commit comments

Comments
 (0)