Skip to content

Commit 1489d20

Browse files
committed
chore: update snapshot of the progress circle
1 parent 0d85ee1 commit 1489d20

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

packages/pluggableWidgets/progress-circle-native/src/__tests__/__snapshots__/ProgressCircle.spec.tsx.snap

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ exports[`ProgressCircle renders 1`] = `
2121
bbHeight={100}
2222
bbWidth={100}
2323
collapsable={false}
24+
fill="none"
2425
focusable={false}
2526
height={100}
2627
style={
@@ -40,11 +41,11 @@ exports[`ProgressCircle renders 1`] = `
4041
width={100}
4142
>
4243
<RNSVGGroup
43-
fill={
44-
{
45-
"payload": -16777216,
46-
"type": 0,
47-
}
44+
fill={null}
45+
propList={
46+
[
47+
"fill",
48+
]
4849
}
4950
>
5051
<RNSVGPath

0 commit comments

Comments
 (0)