We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08db8dc commit 8913b18Copy full SHA for 8913b18
src/components/OptionsListSkeletonView.tsx
@@ -34,7 +34,7 @@ function OptionsListSkeletonView({shouldAnimate = true, shouldStyleAsTable = fal
34
return (
35
<>
36
<Circle
37
- cx="40"
+ cx={shouldStyleAsTable ? '36' : '40'}
38
cy="32"
39
r="20"
40
/>
0 commit comments