Skip to content

Commit 7031302

Browse files
committed
Fix: change twitter icon color
1 parent 831bd3f commit 7031302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/UI/iconsComponents/icons/twitterIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const TwitterIcon: FunctionComponent<IconProps> = ({ width, color }) => {
1111
>
1212
<path
1313
d="M20.0437 0.625H23.801L15.5935 10.0295L25.25 22.829H17.69L11.7645 15.0677L4.992 22.829H1.23125L10.0092 12.7665L0.75 0.62675H8.5025L13.8505 7.7195L20.0437 0.625ZM18.7225 20.575H20.805L7.365 2.76175H5.132L18.7225 20.575Z"
14-
fill="currenColor"
14+
fill="currentColor"
1515
/>
1616
</svg>
1717

0 commit comments

Comments
 (0)