From 19e92ac828e43025682f33bfb8150b46a8181cfc Mon Sep 17 00:00:00 2001 From: Kellar Date: Fri, 19 Apr 2024 18:32:40 +0100 Subject: [PATCH] Remove unneeded `iconColor` --- src/components/ui/colors.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/ui/colors.tsx b/src/components/ui/colors.tsx index 606f19c153..c5e7085aff 100644 --- a/src/components/ui/colors.tsx +++ b/src/components/ui/colors.tsx @@ -6,5 +6,3 @@ export enum Green { export enum Red { _600 = '#BA5F5F', // TODO what should the number be here? } - -export const iconColor = (chakraUIColor: string) => `var(--chakra-colors-${chakraUIColor})`;