Darker source editor

This commit is contained in:
Lukas Martinelli
2016-12-21 16:50:34 +01:00
parent ee4bcc4c0b
commit 29bf0c2b61
7 changed files with 38 additions and 47 deletions

View File

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