Skip to content

Commit 8913b18

Browse files
committed
Fix: Using padding left 16px
1 parent 08db8dc commit 8913b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/OptionsListSkeletonView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function OptionsListSkeletonView({shouldAnimate = true, shouldStyleAsTable = fal
3434
return (
3535
<>
3636
<Circle
37-
cx="40"
37+
cx={shouldStyleAsTable ? '36' : '40'}
3838
cy="32"
3939
r="20"
4040
/>

0 commit comments

Comments
 (0)