Skip to content

Commit

Permalink
feat: [GNS-9] Change the route of sourcing static token data from gno…
Browse files Browse the repository at this point in the history
…-token-resource
  • Loading branch information
jinoosss authored and Woongjae Lee committed May 23, 2023
1 parent 207a7a7 commit 098bf13
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/components/view/datatable/item/token-title.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,5 @@ const TokenTitleWrapper = styled.div`
height: 20px;
margin-right: 10px;
}
svg {
circle {
fill: ${({theme}) => theme.colors.primary};
}
path {
fill: ${({theme}) => theme.colors.base};
}
}
}
`;

0 comments on commit 098bf13

Please sign in to comment.