@@ -27,11 +27,11 @@ export const lightStateStyles = {
27
27
fill : 'rgba(247, 186, 30,.7)'
28
28
} ,
29
29
selected : {
30
- storke : 'rgba(247, 186, 30,.8)' ,
30
+ stroke : 'rgba(247, 186, 30,.8)' ,
31
31
lineWidth : 1
32
32
} ,
33
33
hover : {
34
- storke : 'rgba(247, 186, 30,.8)' ,
34
+ stroke : 'rgba(247, 186, 30,.8)' ,
35
35
lineWidth : 1
36
36
}
37
37
} ,
@@ -43,11 +43,11 @@ export const lightStateStyles = {
43
43
fill : 'rgba(142, 173, 231,.7)'
44
44
} ,
45
45
selected : {
46
- storke : 'rgb(33, 74, 196)' ,
46
+ stroke : 'rgb(33, 74, 196)' ,
47
47
lineWidth : 1
48
48
} ,
49
49
hover : {
50
- storke : 'rgb(33, 74, 196)' ,
50
+ stroke : 'rgb(33, 74, 196)' ,
51
51
lineWidth : 1
52
52
}
53
53
}
@@ -86,11 +86,11 @@ export const darkStateStyles = {
86
86
fill : 'rgba(142, 173, 231,.7)'
87
87
} ,
88
88
selected : {
89
- storke : 'rgba(247, 186, 30,.8)' ,
89
+ stroke : 'rgba(247, 186, 30,.8)' ,
90
90
lineWidth : 1
91
91
} ,
92
92
hover : {
93
- storke : 'rgba(247, 186, 30,.8)' ,
93
+ stroke : 'rgba(247, 186, 30,.8)' ,
94
94
lineWidth : 1
95
95
}
96
96
} ,
@@ -104,12 +104,13 @@ export const darkStateStyles = {
104
104
fill : 'rgba(81,115,153,1)'
105
105
} ,
106
106
selected : {
107
- storke : 'rgb(33, 74, 196)' ,
107
+ stroke : 'rgba(255,255,255, .7)' ,
108
+ fill : `rgba(${ black2 } , 1)` ,
108
109
lineWidth : 1
109
110
} ,
110
111
hover : {
111
- storke : 'rgba(33,74,196,1 )' ,
112
- fill : ' rgba(81,115,153,1)' ,
112
+ stroke : 'rgba(186,186,186, 0.7 )' ,
113
+ fill : ` rgba(${ black2 } , 1)` ,
113
114
lineWidth : 1
114
115
}
115
116
}
0 commit comments