mirror of
https://github.com/maputnik/editor.git
synced 2025-12-23 14:40:01 +00:00
Style open modal
This commit is contained in:
@@ -100,7 +100,7 @@ class AddModal extends React.Component {
|
||||
onChange={v => this.setState({ 'source-layer': v })}
|
||||
/>
|
||||
}
|
||||
<Button onClick={this.addLayer.bind(this)}>
|
||||
<Button className="maputnik-add-layer-button" onClick={this.addLayer.bind(this)}>
|
||||
Add Layer
|
||||
</Button>
|
||||
</Modal>
|
||||
|
||||
Reference in New Issue
Block a user