mirror of
https://github.com/mue/mue.git
synced 2026-07-24 09:17:24 +02:00
fix: various fixes
This commit is contained in:
@@ -71,8 +71,8 @@ export default class Maximise extends PureComponent {
|
||||
<Tooltip
|
||||
title={variables.getMessage('modals.main.settings.sections.background.buttons.view')}
|
||||
>
|
||||
<button style={{ fontSize: this.props.fontSize }}>
|
||||
<MdCropFree onClick={this.maximise} className="topicons" />
|
||||
<button style={{ fontSize: this.props.fontSize }} onClick={this.maximise}>
|
||||
<MdCropFree className="topicons" />
|
||||
</button>
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user