mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Improve input styling (it is still hacky)
This commit is contained in:
@@ -90,7 +90,7 @@ class ColorField extends React.Component {
|
||||
ref="colorInput"
|
||||
onClick={this.togglePicker.bind(this)}
|
||||
style={{
|
||||
...input.select,
|
||||
...input.input,
|
||||
...this.props.style
|
||||
}}
|
||||
name={this.props.name}
|
||||
|
||||
Reference in New Issue
Block a user