Skip to content

Commit

Permalink
Merge pull request #875 from sudhanshutech/icon/share
Browse files Browse the repository at this point in the history
fix share icon color in dark mode
  • Loading branch information
sudhanshutech authored Jan 10, 2025
2 parents a3606fa + 29ef675 commit d716685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/CatalogDetail/SocialSharePopper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const SocialSharePopper: React.FC<SocialSharePopperProps> = ({
size="small"
onClick={() => handleCopyUrl(cleanedType, details?.name, details?.id)}
>
<ChainIcon height={'24'} width={'24'} fill={theme.palette.icon.inverse} />
<ChainIcon height={'24'} width={'24'} fill={theme.palette.text.constant?.white} />
</ShareSideButton>
</CustomTooltip>
</ShareButtonGroup>
Expand Down

0 comments on commit d716685

Please sign in to comment.