diff --git a/src/components/view/datatable/item/token-title.tsx b/src/components/view/datatable/item/token-title.tsx index 26faa130..1d5c90a3 100644 --- a/src/components/view/datatable/item/token-title.tsx +++ b/src/components/view/datatable/item/token-title.tsx @@ -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}; - } - } } `;