Skip to content

Commit

Permalink
Remove unneeded iconColor
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 19, 2024
1 parent fa3944d commit 19e92ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/ui/colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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})`;

0 comments on commit 19e92ac

Please sign in to comment.