mirror of
https://github.com/mue/mue.git
synced 2026-07-14 04:24:01 +02:00
fix: gradient ui, switch on dark theme
This commit is contained in:
@@ -226,10 +226,12 @@ export default class ColourSettings extends PureComponent {
|
||||
)}
|
||||
final={true}
|
||||
>
|
||||
<span className="link" onClick={() => this.resetColour()}>
|
||||
{variables.getMessage('modals.main.settings.buttons.reset')}
|
||||
</span>
|
||||
{colourSettings}
|
||||
<div className="colourReset">
|
||||
<span className="link" onClick={() => this.resetColour()}>
|
||||
{variables.getMessage('modals.main.settings.buttons.reset')}
|
||||
</span>
|
||||
</div>
|
||||
</SettingsItem>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user