Skip to content

Commit

Permalink
cursor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminaAiren committed Dec 4, 2023
1 parent b194212 commit a6ab2dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/shared/filters/TokenTypeFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const TokenTypeFilter = <T extends TokenType | NFTTokenType>({ nftOnly, onChange
<Text fontWeight={ 600 } variant="secondary">Type</Text>
<Link
onClick={ handleReset }
cursor={ value.length > 0 ? 'pointer' : 'unset' }
color={ value.length > 0 ? 'link' : 'text_secondary' }
_hover={{
color: value.length > 0 ? 'link_hovered' : 'text_secondary',
Expand Down

0 comments on commit a6ab2dc

Please sign in to comment.