mirror of
https://github.com/maputnik/editor.git
synced 2026-08-31 09:27:30 +00:00
Move style code to CSS
This commit is contained in:
@@ -68,8 +68,8 @@ class NumberInput extends React.Component {
|
||||
|
||||
render() {
|
||||
return <input
|
||||
className="maputnik-number"
|
||||
style={{
|
||||
...input.input,
|
||||
...this.props.style
|
||||
}}
|
||||
placeholder={this.props.default}
|
||||
|
||||
Reference in New Issue
Block a user