change default color to looks purple

This commit is contained in:
DD 2017-10-26 16:41:01 -04:00
parent ad28e1ff16
commit 7c8c9aa23d

View file

@ -3,7 +3,7 @@ import {CHANGE_SELECTED_ITEMS} from './selected-items';
import {getColorsFromSelection} from '../helper/style-path';
const CHANGE_FILL_COLOR = 'scratch-paint/fill-color/CHANGE_FILL_COLOR';
const initialState = '#4C97FF';
const initialState = '#9966FF';
// Matches hex colors
const regExp = /^#([0-9a-f]{3}){1,2}$/i;