Commit a6ab2dc1 authored by isstuev's avatar isstuev

cursor fix

parent b1942126
...@@ -32,6 +32,7 @@ const TokenTypeFilter = <T extends TokenType | NFTTokenType>({ nftOnly, onChange ...@@ -32,6 +32,7 @@ const TokenTypeFilter = <T extends TokenType | NFTTokenType>({ nftOnly, onChange
<Text fontWeight={ 600 } variant="secondary">Type</Text> <Text fontWeight={ 600 } variant="secondary">Type</Text>
<Link <Link
onClick={ handleReset } onClick={ handleReset }
cursor={ value.length > 0 ? 'pointer' : 'unset' }
color={ value.length > 0 ? 'link' : 'text_secondary' } color={ value.length > 0 ? 'link' : 'text_secondary' }
_hover={{ _hover={{
color: value.length > 0 ? 'link_hovered' : 'text_secondary', color: value.length > 0 ? 'link_hovered' : 'text_secondary',
......
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