mirror of
https://github.com/maputnik/editor.git
synced 2026-02-08 21:50:00 +00:00
Icons and fonts are advanced enough for settings
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user