mirror of
https://github.com/maputnik/editor.git
synced 2025-12-27 08:30:02 +00:00
Style open modal
This commit is contained in:
@@ -69,9 +69,7 @@ class NumberInput extends React.Component {
|
||||
render() {
|
||||
return <input
|
||||
className="maputnik-number"
|
||||
style={{
|
||||
...this.props.style
|
||||
}}
|
||||
style={this.props.style}
|
||||
placeholder={this.props.default}
|
||||
value={this.state.value}
|
||||
onChange={e => this.changeValue(e.target.value)}
|
||||
|
||||
Reference in New Issue
Block a user