Skip to content

Commit

Permalink
[ML] Remove unused color constant
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Aug 19, 2021
1 parent 1497d3d commit 85caf98
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,3 @@ export const FAILED_TRANSACTIONS_IMPACT_THRESHOLD = {
}
),
} as const;

export const FAILED_TRANSACTIONS_IMPACT_THRESHOLD_COLOR = {
HIGH: '#f38967',
MEDIUM: '#f4d872',
LOW: '#dee5ec',
} as const;

0 comments on commit 85caf98

Please sign in to comment.