Introduce custom input elems for modals

This commit is contained in:
Lukas Martinelli
2016-12-21 14:36:09 +01:00
parent bdb0466436
commit 684e0d9dd0
6 changed files with 129 additions and 68 deletions

View File

@@ -16,6 +16,7 @@ class Modal extends React.Component {
render() {
return <Overlay isOpen={this.props.isOpen}>
<div style={{
minWidth: 350,
backgroundColor: colors.gray,
}}>
<div style={{