diff --git a/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx b/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx index d0a950b5..4cf706f7 100644 --- a/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx +++ b/src/components/pages/uniformity/skeleton/UniformityBarChartSkeleton.tsx @@ -4,7 +4,7 @@ import { Icon } from '@iconify/react'; const LeftLegend = () => { return ( <> -
+
{[...Array(5)].map((_, index) => ( @@ -12,7 +12,7 @@ const LeftLegend = () => { key={`grid-${index}`} className='shrink-0 flex flex-col justify-center mb-10' > -
+
))}
@@ -49,14 +49,13 @@ const ChartArea = () => { {ranges.map((range) => (
))}
-
+