We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81fa70 commit 23ae178Copy full SHA for 23ae178
src/constants/contextTools.js
@@ -36,33 +36,6 @@ export const BLACK_C = 'color-black-c';
36
export const HOLE_MATERIAL = 'color-hole-material';
37
export const PIPETTE = 'pipette-tool';
38
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
-
66
export const ERASER_SIZE_SMALL = 'eraser-size-small';
67
export const ERASER_SIZE_MEDIUM = 'eraser-size-medium';
68
export const ERASER_SIZE_LARGE = 'eraser-size-large';
0 commit comments