mirror of
https://github.com/maputnik/editor.git
synced 2026-08-02 11:17:26 +00:00
Improve layer colors
This commit is contained in:
+1
-1
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user