mirror of
https://github.com/mue/mue.git
synced 2026-07-17 14:04:09 +02:00
* Solved padding issue
* Solved margin and colour issue of text * Addressed some small code-style tweaks that need doing as well before this can be merged
This commit is contained in:
@@ -2,6 +2,8 @@ import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import App from './App';
|
||||
|
||||
import 'react-color-gradient-picker/dist/index.css';
|
||||
import './scss/react-color-picker-gradient-picker-custom-styles.scss';
|
||||
import './scss/index.scss';
|
||||
import 'react-toastify/dist/ReactToastify.css'; // the toast css is based on default so we need to import it
|
||||
|
||||
|
||||
Reference in New Issue
Block a user