* 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:
MrOnosa
2020-10-30 19:36:40 -05:00
parent 1245d58b7e
commit 492b3b6715
7 changed files with 29 additions and 17 deletions

View File

@@ -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