mirror of
https://github.com/mue/mue.git
synced 2026-07-25 09:47:26 +02:00
refactor: improve dark theme, add switch component etc, fix stuff
Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
import Checkbox from '../Checkbox';
|
||||
import Switch from '../Switch';
|
||||
|
||||
import DatePicker from 'react-date-picker';
|
||||
import { toast } from 'react-toastify';
|
||||
@@ -46,7 +47,7 @@ export default class GreetingSettings extends React.PureComponent {
|
||||
return (
|
||||
<div>
|
||||
<h2>{greeting.title}</h2>
|
||||
<Checkbox name='greeting' text={this.language.enabled} />
|
||||
<Switch name='greeting' text={this.language.enabled} />
|
||||
<Checkbox name='events' text={greeting.events} />
|
||||
<Checkbox name='defaultGreetingMessage' text={greeting.default} />
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user