Skip to content

Commit 5903b0c

Browse files
authored
Updated color and size for X logo (#123)
1 parent 2c2b845 commit 5903b0c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/react-tweet/src/twitter-theme/theme.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
--tweet-color-red-primary-hover: rgba(249, 24, 128, 0.1);
6161
--tweet-color-green-primary: rgb(0, 186, 124);
6262
--tweet-color-green-primary-hover: rgba(0, 186, 124, 0.1);
63-
--tweet-twitter-icon-color: var(--tweet-color-blue-primary);
63+
--tweet-twitter-icon-color: var(--tweet-font-color);
6464
--tweet-verified-old-color: rgb(130, 154, 171);
6565
--tweet-verified-blue-color: var(--tweet-color-blue-primary);
6666
}
@@ -88,7 +88,7 @@
8888
--tweet-color-red-primary-hover: rgba(249, 24, 128, 0.1);
8989
--tweet-color-green-primary: rgb(0, 186, 124);
9090
--tweet-color-green-primary-hover: rgba(0, 186, 124, 0.1);
91-
--tweet-twitter-icon-color: #fff;
91+
--tweet-twitter-icon-color: var(--tweet-font-color);
9292
--tweet-verified-old-color: rgb(130, 154, 171);
9393
--tweet-verified-blue-color: #fff;
9494
}
@@ -117,7 +117,7 @@
117117
--tweet-color-red-primary-hover: rgba(249, 24, 128, 0.1);
118118
--tweet-color-green-primary: rgb(0, 186, 124);
119119
--tweet-color-green-primary-hover: rgba(0, 186, 124, 0.1);
120-
--tweet-twitter-icon-color: #fff;
120+
--tweet-twitter-icon-color: var(--tweet-font-color);
121121
--tweet-verified-old-color: rgb(130, 154, 171);
122122
--tweet-verified-blue-color: #fff;
123123
}

packages/react-tweet/src/twitter-theme/tweet-header.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
}
9898

9999
.twitterIcon {
100-
width: 25px;
101-
height: 25px;
100+
width: 23.75px;
101+
height: 23.75px;
102102
color: var(--tweet-twitter-icon-color);
103103
fill: currentColor;
104104
user-select: none;

0 commit comments

Comments
 (0)