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'}