Skip to content

Commit 2752ac7

Browse files
author
kwiss
committed
fix combobox overriding property
1 parent d92d072 commit 2752ac7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
- Removes overriding property on editor combobox
56
- Adjust media query sort logic #600
67
- Fixed link to Gatsby Plugin page in `getting-started` page. Issue #602
78

packages/editor/src/Combobox.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export default ({
119119
}}
120120
sx={{
121121
zIndex: 2,
122-
color: 'black',
123122
}}>
124123
<Label htmlFor={name}>
125124
{label || name}

0 commit comments

Comments
 (0)