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

Commit f5ee098

Browse files
committed
fix config prop type
1 parent 5402298 commit f5ee098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const CReset = {
5151
}
5252
},
5353
props: {
54-
config: Object
54+
config: Function
5555
},
5656
created () {
5757
const { color, bg, borderColor, placeholderColor } = this.styleConfig[this.colorMode]

0 commit comments

Comments
 (0)