Skip to content

Commit 73ec78d

Browse files
shreeyash07frozenhelium
authored andcommitted
icon-color fix
1 parent 3a31e31 commit 73ec78d

File tree

1 file changed

+3
-3
lines changed
  • manager-dashboard/app/views/NewTutorial

1 file changed

+3
-3
lines changed

manager-dashboard/app/views/NewTutorial/utils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)