Skip to content

Commit 23ae178

Browse files
committed
remove color array
because the order is defined in menu.js
1 parent a81fa70 commit 23ae178

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

src/constants/contextTools.js

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,6 @@ export const BLACK_C = 'color-black-c';
3636
export const HOLE_MATERIAL = 'color-hole-material';
3737
export const PIPETTE = 'pipette-tool';
3838

39-
export const COLORS = [
40-
LIGHT_BLUE_A,
41-
LIGHT_BLUE_B,
42-
LIGHT_BLUE_C,
43-
DARK_BLUE_A,
44-
DARK_BLUE_B,
45-
DARK_BLUE_C,
46-
PURPLE_A,
47-
PURPLE_B,
48-
PURPLE_C,
49-
PINK_A,
50-
PINK_B,
51-
PINK_C,
52-
RED_A,
53-
RED_B,
54-
RED_C,
55-
YELLOW_A,
56-
YELLOW_B,
57-
YELLOW_C,
58-
GREEN_A,
59-
GREEN_B,
60-
GREEN_C,
61-
BLACK_A,
62-
BLACK_B,
63-
BLACK_C
64-
];
65-
6639
export const ERASER_SIZE_SMALL = 'eraser-size-small';
6740
export const ERASER_SIZE_MEDIUM = 'eraser-size-medium';
6841
export const ERASER_SIZE_LARGE = 'eraser-size-large';

0 commit comments

Comments
 (0)