Skip to content

Commit d716685

Browse files
Merge pull request #875 from sudhanshutech/icon/share
fix share icon color in dark mode
2 parents a3606fa + 29ef675 commit d716685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/CatalogDetail/SocialSharePopper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const SocialSharePopper: React.FC<SocialSharePopperProps> = ({
8383
size="small"
8484
onClick={() => handleCopyUrl(cleanedType, details?.name, details?.id)}
8585
>
86-
<ChainIcon height={'24'} width={'24'} fill={theme.palette.icon.inverse} />
86+
<ChainIcon height={'24'} width={'24'} fill={theme.palette.text.constant?.white} />
8787
</ShareSideButton>
8888
</CustomTooltip>
8989
</ShareButtonGroup>

0 commit comments

Comments
 (0)