We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ca8d1 commit 217db07Copy full SHA for 217db07
src/components/circular-progress/CircularProgress.tsx
@@ -205,7 +205,7 @@ const RNCircularProgress: React.FC<Partial<CircularProgressProps>> = forwardRef<
205
style={[
206
circularProgressBoxDimensions,
207
styleAdapter(style),
208
- isIndeterminate ? animatedSvgStyle : {},
+ animatedSvgStyle,
209
]}
210
{...otherProps}
211
>
0 commit comments