Skip to content

Commit 217db07

Browse files
committed
fix(circular-progress): ⚡ fix circular progress hint rotate issue
1 parent d7ca8d1 commit 217db07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/circular-progress/CircularProgress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const RNCircularProgress: React.FC<Partial<CircularProgressProps>> = forwardRef<
205205
style={[
206206
circularProgressBoxDimensions,
207207
styleAdapter(style),
208-
isIndeterminate ? animatedSvgStyle : {},
208+
animatedSvgStyle,
209209
]}
210210
{...otherProps}
211211
>

0 commit comments

Comments
 (0)