Improve input styling (it is still hacky)

This commit is contained in:
Lukas Martinelli
2016-12-26 12:03:12 +01:00
parent 916c1dc9fc
commit acac314d27
2 changed files with 3 additions and 3 deletions

View File

@@ -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}