File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
manager-dashboard/app/views/NewTutorial Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -248,23 +248,23 @@ export const defaultFootprintCustomOptions: PartialTutorialFormType['customOptio
248248 value : 1 ,
249249 title : 'Yes' ,
250250 icon : 'checkmarkOutline' ,
251- iconColor : colorKeyToColorMap . green ,
251+ iconColor : ' green' ,
252252 description : 'the shape does outline a building in the image' ,
253253 } ,
254254 {
255255 optionId : 2 ,
256256 value : 0 ,
257257 title : 'No' ,
258258 icon : 'closeOutline' ,
259- iconColor : colorKeyToColorMap . red ,
259+ iconColor : ' red' ,
260260 description : 'the shape doesn\'t match a building in the image' ,
261261 } ,
262262 {
263263 optionId : 3 ,
264264 value : 2 ,
265265 title : 'Not Sure' ,
266266 icon : 'removeOutline' ,
267- iconColor : colorKeyToColorMap . orange ,
267+ iconColor : ' orange' ,
268268 description : 'if you\'re not sure or there is cloud cover / bad imagery' ,
269269 } ,
270270] ;
You can’t perform that action at this time.
0 commit comments