Skip to content

Commit

Permalink
Merge pull request #369 from aura-nw/serenity
Browse files Browse the repository at this point in the history
Serenity
  • Loading branch information
hoangndm3139 authored Dec 7, 2023
2 parents eb11ef6 + c998d2f commit 1a37835
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/Assets/Tokens/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ const TokenType = styled.div`
background: #273033;
color: #67c091;
}
&.CW20 {
&.CW20,
&.cw20 {
color: #ffba69;
background: #3d3730;
}
Expand Down Expand Up @@ -177,7 +178,7 @@ function Tokens(props): ReactElement {
{listToken.map((token: Token, index: number) => {
return (
<StyledTableRow key={index}>
<StyledTableCell>
<StyledTableCell style={{ width: '30%' }}>
<TokenInfo>
<img src={token?.logoUri || ''} alt="" />
{token.name || 'Unkonwn token'}
Expand Down

0 comments on commit 1a37835

Please sign in to comment.