Improve add layer button visually

This commit is contained in:
Lukas Martinelli
2017-01-11 20:48:15 +01:00
parent bcab165f97
commit 2e0cc4511c
2 changed files with 8 additions and 4 deletions

View File

@@ -175,7 +175,7 @@ class LayerListContainer extends React.Component {
onLayersChange={this.props.onLayersChange}
/>
<header className="maputnik-layer-list-header">
<span>Layers</span>
<span className="maputnik-layer-list-header-title">Layers</span>
<span className="maputnik-space" />
<Button
onClick={this.toggleModal.bind(this, 'add')}