Change colors for unselected points based on feedback from F&M.
Change: 136781548
This commit is contained in:
parent
a18fcee392
commit
9629e16d89
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user