From 15f1c06e80abc5ab679aaec4203cfd503f9b1f59 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Mon, 1 Oct 2018 20:11:32 -0500 Subject: [PATCH] add black and white as tag colors closes #547 (for now) --- .../ClientApp/modules/home/components/TagGroup.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/modules/home/components/TagGroup.tsx b/src/FilterLists.Web/ClientApp/modules/home/components/TagGroup.tsx index ef368a575..e3341d29b 100644 --- a/src/FilterLists.Web/ClientApp/modules/home/components/TagGroup.tsx +++ b/src/FilterLists.Web/ClientApp/modules/home/components/TagGroup.tsx @@ -54,5 +54,7 @@ const kelly_colors_hex = [ "93AA00", // Vivid Yellowish Green "593315", // Deep Yellowish Brown "F13A13", // Vivid Reddish Orange - "232C16" // Dark Olive Green + "232C16", // Dark Olive Green + "000000", // Black + "FFFFFF" // White ]; \ No newline at end of file