Improve color suggestions (#304)

* Add palettes for each type of color picker.

* Add white canvas background and black element stroke.

* Add white for element background.
This commit is contained in:
Enzo Ferey 2020-01-11 23:58:44 +01:00 committed by Christopher Chedeau
parent 6399b1f318
commit c6accd9fc7
4 changed files with 51 additions and 13 deletions

View file

@ -11,6 +11,7 @@ export const actionChangeViewBackgroundColor: Action = {
<>
<h5>Canvas Background Color</h5>
<ColorPicker
type="canvasBackground"
color={appState.viewBackgroundColor}
onChange={color => updateData(color)}
/>