mirror of
https://github.com/maputnik/editor.git
synced 2025-12-30 10:00:02 +00:00
Introduce custom input elems for modals
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user