Improve layer colors

This commit is contained in:
lukasmartinelli
2016-09-09 11:29:18 +02:00
parent 73e36a22bf
commit 1ae5594d9a
6 changed files with 81 additions and 61 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default class App extends React.Component {
render() {
console.log(this.state.mapStyle)
return <div>
return <div style={{ fontFamily: theme.fontFamily, color: theme.color }}>
<Toolbar onStyleUpload={this.updateStyle} />
<WorkspaceDrawer mapStyle={this.state.mapStyle} />
<div className={layout.map}>