Commit 9ddad80f authored by lynn's avatar lynn Committed by GitHub

feat: fix favorite tokens design (#4397)

fix favorites
parent 1944fe40
......@@ -93,7 +93,7 @@ export const ClickFavorited = styled.span`
cursor: pointer;
&:hover {
color: ${({ theme }) => theme.textPrimary};
opacity: 60%;
}
`
......@@ -495,7 +495,7 @@ export default function LoadedRow({
toggleFavorite()
}}
>
<Heart size={18} color={heartColor} fill={heartColor} />
<Heart size={24} color={heartColor} fill={heartColor} />
</ClickFavorited>
}
listNumber={tokenListIndex + 1}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment