diff options
Diffstat (limited to 'makima/frontend/src/components/chains/ChainList.tsx')
| -rw-r--r-- | makima/frontend/src/components/chains/ChainList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makima/frontend/src/components/chains/ChainList.tsx b/makima/frontend/src/components/chains/ChainList.tsx index befccd2..e185efc 100644 --- a/makima/frontend/src/components/chains/ChainList.tsx +++ b/makima/frontend/src/components/chains/ChainList.tsx @@ -11,6 +11,7 @@ interface ChainListProps { } const statusColors: Record<ChainStatus, string> = { + pending: "text-yellow-400", active: "text-green-400", completed: "text-blue-400", archived: "text-[#555]", |
