Skip to content

Commit 2810436

Browse files
authored
Merge pull request #687 from kwiss/master
fix combobox overriding property
2 parents 1a5db54 + 49d9ab9 commit 2810436

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
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}

packages/editor/test/__snapshots__/Combobox.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
exports[`renders 1`] = `
44
.emotion-6 {
55
z-index: 2;
6-
color: black;
76
}
87
98
.emotion-0 {

0 commit comments

Comments
 (0)