Improved color picker (#174)

* Add react-color

* Prettier

* Better styles

* Use enum for color pickers instead of strings

* Run prettier on .scss file
This commit is contained in:
Jared Palmer 2020-01-05 13:05:55 -08:00 committed by Christopher Chedeau
parent e7e676e1eb
commit b5c67260d7
4 changed files with 207 additions and 22 deletions

View file

@ -7,12 +7,14 @@
"main": "src/index.js",
"dependencies": {
"react": "16.12.0",
"react-color": "^2.17.3",
"react-dom": "16.12.0",
"react-scripts": "3.3.0",
"roughjs": "3.1.0"
},
"devDependencies": {
"@types/react": "16.9.17",
"@types/react-color": "^3.0.1",
"@types/react-dom": "16.9.4",
"husky": "3.1.0",
"lint-staged": "9.5.0",