mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 21:10:02 +00:00
Darker source editor
This commit is contained in:
@@ -29,11 +29,7 @@ class SettingsModal extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const inputProps = {
|
||||
style: {
|
||||
backgroundColor: colors.midgray
|
||||
}
|
||||
}
|
||||
const inputProps = { }
|
||||
return <Modal
|
||||
isOpen={this.props.isOpen}
|
||||
toggleOpen={this.props.toggle}
|
||||
|
||||
Reference in New Issue
Block a user