From 9f21da8a461c01097f6c83e1ac014cbcee75aef0 Mon Sep 17 00:00:00 2001 From: HoangNDM Date: Thu, 7 Dec 2023 11:23:31 +0700 Subject: [PATCH] fix token list table --- src/pages/Assets/Tokens/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/Assets/Tokens/index.tsx b/src/pages/Assets/Tokens/index.tsx index 6604b8e1e5..316e5507e5 100644 --- a/src/pages/Assets/Tokens/index.tsx +++ b/src/pages/Assets/Tokens/index.tsx @@ -63,7 +63,8 @@ const TokenType = styled.div` background: #273033; color: #67c091; } - &.CW20 { + &.CW20, + &.cw20 { color: #ffba69; background: #3d3730; } @@ -177,7 +178,7 @@ function Tokens(props): ReactElement { {listToken.map((token: Token, index: number) => { return ( - + {token.name || 'Unkonwn token'}