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

fix: close button customize color bug #417

Merged
merged 3 commits into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch"
"updateInternalDependencies": "patch",
"ignore": []
}
1 change: 0 additions & 1 deletion packages/chakra-ui-core/src/CCloseButton/CCloseButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const CCloseButton = {
}
}, [h(CIcon, {
props: {
color: props.color,
name: 'close',
size: iconSize
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ export default {
type: Boolean,
default: false
},
color: {
type: String,
default: 'currentColor'
},
ariaLabel: {
type: String,
default: 'Close'
Expand Down