-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboxStyles.js
102 lines (102 loc) · 1.56 KB
/
boxStyles.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
const boxProps = {
"1": {
fill: "#c1f7b9",
stroke: "#666",
fontSize: 32
},
"2": {
fill: "#8ee4af",
stroke: "#666",
fontSize: 32
},
"3": {
fill: "#5cdb95",
stroke: "#666",
fontSize: 32
},
"5": {
fill: "#379683",
stroke: "#fff",
fontSize: 32
},
"8": {
fill: "#58c3a5",
stroke: "#fff",
fontSize: 32
},
"13": {
fill: "#57ba98",
stroke: "#fff",
fontSize: 32
},
"21": {
fill: "#3b945e",
stroke: "#fff",
fontSize: 32
},
"34": {
fill: "#3a7250",
stroke: "#fff",
fontSize: 32
},
"55": {
fill: "#fbe8a6",
stroke: "#666",
fontSize: 32
},
"89": {
fill: "#fce181",
stroke: "#666",
fontSize: 32
},
"144": {
fill: "#fccd81",
stroke: "#666",
fontSize: 28
},
"233": {
fill: "#f3d250",
stroke: "#fff",
fontSize: 28
},
"377": {
fill: "#c1e9f5",
stroke: "#666",
fontSize: 28
},
"610": {
fill: "#a2bbf8",
stroke: "#666",
fontSize: 28
},
"987": {
fill: "#7f91d8",
stroke: "#fff",
fontSize: 28
},
"1597": {
fill: "#4879c7",
stroke: "#fff",
fontSize: 24
},
"2584": {
fill: "#ff6c6c",
stroke: "#fff",
fontSize: 24
},
"4181": {
fill: "#f57b77",
stroke: "#fff",
fontSize: 24
},
"6765": {
fill: "#d35959",
stroke: "#fff",
fontSize: 24
},
"10946": {
fill: "#b85a5a",
stroke: "#fff",
fontSize: 20
}
}