Skip to content

Commit

Permalink
style: area skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi committed Aug 22, 2024
1 parent 597029b commit 2d5a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/skeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function ChartLoadingStateMask({
return (
<g transform={`translate(0, ${height - 60}) scale(1,-1)`}>
<path
d="M0 150 Q50 30, 100 70 T200 60 T300 120 T400 90 T500 100 T600 50 T700 80 T800 30 V0 H0 Z"
d="M0 170 Q50 90, 100 170 T200 170 T300 170 T400 170 T500 170 T600 170 T700 170 T800 170 V0 H0 Z"
className="fill-black/[0.10] dark:fill-white/[0.10] animate-pulse"
/>
</g>
Expand Down

0 comments on commit 2d5a9b2

Please sign in to comment.