Change colors for unselected points based on feedback from F&M.

Change: 136781548
This commit is contained in:
Dan Smilkov 2016-10-20 16:27:07 -08:00 committed by TensorFlower Gardener
parent a18fcee392
commit 9629e16d89

View File

@ -23,7 +23,7 @@ const LABEL_SCALE_LARGE = 1.7;
const LABEL_FILL_COLOR = 0x000000;
const LABEL_STROKE_COLOR = 0xFFFFFF;
const POINT_COLOR_UNSELECTED = 0x888888;
const POINT_COLOR_UNSELECTED = 0xE3E3E3;
const POINT_COLOR_NO_SELECTION = 0x7575D9;
const POINT_COLOR_SELECTED = 0xFA6666;
const POINT_COLOR_HOVER = 0x760B4F;