Skip to content
Snippets Groups Projects
Unverified Commit ccdf3914 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

add a preferred colors for cancelled (#25182)

parent fb35f2b5
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,9 @@ export const getPreferredColor = (key: string) => {
case "active":
case "profit":
return color("success");
case "cancel":
case "canceled":
case "cancelled":
case "error":
case "fail":
case "failed":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment