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