From 1da36c94a716114667f610ac59d686e3a7f6e56a Mon Sep 17 00:00:00 2001 From: SA KSH AM Date: Thu, 7 Oct 2021 19:35:31 +0530 Subject: [PATCH] Revert "Add Some Colours to Colour data" --- src/data/colorOptions.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/data/colorOptions.js b/src/data/colorOptions.js index 34dbdb1..965e987 100644 --- a/src/data/colorOptions.js +++ b/src/data/colorOptions.js @@ -244,16 +244,5 @@ export const colorOptions = [ label: 'Yellow', value: 'Yellow' }, - { - label: 'Navy', - value: 'Navy' - }, - { - label: 'Teal', - value: 'Teal' - }, - { - label: 'Grey', - value: 'Grey' - }, + ];