Skip to content

Commit

Permalink
Update icon color (#1800)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgalatro authored Nov 16, 2023
1 parent 78c55d0 commit ebe950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/share-bar-block/features/share-bar/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function getLogoComponent(type) {
case "pinterest":
return <PinterestAltIcon fill="#BD081C" />;
case "twitter":
return <TwitterIcon fill="#1DA1F2" />;
return <TwitterIcon fill="#384355" />;
default:
case "email":
return <EnvelopeIcon fill="#C72A22" />;
Expand Down

0 comments on commit ebe950e

Please sign in to comment.