mirror of
https://github.com/mue/mue.git
synced 2026-07-20 07:24:08 +02:00
feat: better settings for time, implement auto theme feature, add dark theme css for date picker etc
This commit is contained in:
@@ -4,7 +4,6 @@ import Checkbox from '../Checkbox';
|
||||
import Dropdown from '../Dropdown';
|
||||
import FileUpload from '../FileUpload';
|
||||
import Slider from '../Slider';
|
||||
import Text from '../Text';
|
||||
import Switch from '../Switch';
|
||||
|
||||
import { ColorPicker } from 'react-color-gradient-picker';
|
||||
@@ -14,7 +13,6 @@ import rgbToHex from '../../../../../modules/helpers/background/rgbToHex';
|
||||
import { toast } from 'react-toastify';
|
||||
|
||||
import 'react-color-gradient-picker/dist/index.css';
|
||||
import '../../../../../scss/react-color-picker-gradient-picker-custom-styles.scss';
|
||||
|
||||
export default class BackgroundSettings extends React.PureComponent {
|
||||
DefaultGradientSettings = { 'angle': '180', 'gradient': [{ 'colour': window.language.modals.main.settings.sections.background.source.disabled, 'stop': 0 }], 'type': 'linear' };
|
||||
|
||||
Reference in New Issue
Block a user