We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92d072 commit 2752ac7Copy full SHA for 2752ac7
CHANGELOG.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
5
+- Removes overriding property on editor combobox
6
- Adjust media query sort logic #600
7
- Fixed link to Gatsby Plugin page in `getting-started` page. Issue #602
8
packages/editor/src/Combobox.js
@@ -119,7 +119,6 @@ export default ({
119
}}
120
sx={{
121
zIndex: 2,
122
- color: 'black',
123
}}>
124
<Label htmlFor={name}>
125
{label || name}
0 commit comments