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})`;