Skip to content

Commit 2cd7e9e

Browse files
committed
Merge branch 'testnet' into domain-expiration
2 parents e523f6b + 621d1f7 commit 2cd7e9e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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="black"
14+
fill="currentColor"
1515
/>
1616
</svg>
1717

styles/components/icons.module.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
align-items: center;
3939
justify-content: center;
4040
}
41-
41+
.clickableIconTwitter{
42+
background-color: #000000;
43+
color: #ffffff;
44+
}
4245
.clickableIconAnima {
4346
background-color: #55acee;
4447
border-radius: 25%;

0 commit comments

Comments
 (0)