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

Commit e2a75fc

Browse files
Merge pull request #287 from freality/creset-config-prop-type
fix: CReset config prop type
2 parents 5402298 + f5ee098 commit e2a75fc

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)