Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a16a3a0

Browse files
Use bgColor to support stripe in cprogress
1 parent a01ea6d commit a16a3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-core/src/CProgress/CProgress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const CProgress = {
225225
value: this.value
226226
},
227227
attrs: {
228-
bg: indicatorColor[this.colorMode],
228+
bgColor: indicatorColor[this.colorMode],
229229
borderRadius: this.__borderRadius,
230230
...this.isIndeterminate && {
231231
width: '100%',

0 commit comments

Comments
 (0)