mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 08:57:46 +01:00
Icons and fonts are advanced enough for settings
This commit is contained in:
parent
53f9f803ae
commit
b46598c33f
1 changed files with 3 additions and 9 deletions
|
@ -132,15 +132,9 @@ export class Toolbar extends React.Component {
|
|||
</Button>
|
||||
</InlineBlock>
|
||||
<InlineBlock>
|
||||
<Button big={true} onClick={this.props.onOpenSettings}>
|
||||
<MdFontDownload />
|
||||
Fonts
|
||||
</Button>
|
||||
</InlineBlock>
|
||||
<InlineBlock>
|
||||
<Button big={true} onClick={this.props.onOpenSettings}>
|
||||
<MdInsertEmoticon/>
|
||||
Icons
|
||||
<Button big={true} onClick={this.toggleSettings.bind(this)}>
|
||||
<MdSettings />
|
||||
Style Settings
|
||||
</Button>
|
||||
</InlineBlock>
|
||||
<InlineBlock>
|
||||
|
|
Loading…
Reference in a new issue