Skip to content

Commit a66cc0a

Browse files
committed
Minor tweaks for social link icons
1 parent b67be52 commit a66cc0a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

app/components/social-links/index.tsx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export default function Socials() {
2727
href="https://github.com/rivea0"
2828
icon={
2929
<GitHub
30-
color={`var(--icon-generic-color)`}
31-
width={24}
32-
height={24}
33-
strokeWidth={2.15}
30+
fillColor={`var(--icon-generic-color)`}
31+
width={22}
32+
height={22}
33+
strokeWidth={0}
3434
/>
3535
}
3636
tooltip="GitHub"
@@ -40,8 +40,8 @@ export default function Socials() {
4040
icon={
4141
<Mail
4242
color={`var(--icon-generic-color)`}
43-
width={24}
44-
height={24}
43+
width={22}
44+
height={22}
4545
strokeWidth={2}
4646
/>
4747
}
@@ -52,9 +52,9 @@ export default function Socials() {
5252
icon={
5353
<RSS
5454
color={`var(--icon-generic-color)`}
55-
strokeWidth={2}
56-
width={24}
57-
height={24}
55+
strokeWidth={2.25}
56+
width={22}
57+
height={22}
5858
/>
5959
}
6060
tooltip="RSS"
@@ -63,7 +63,7 @@ export default function Socials() {
6363
href="https://mastodon.social/@rivea0"
6464
icon={
6565
<Mastodon
66-
width={22}
66+
width={20}
6767
height={22}
6868
strokeWidth={0}
6969
fillColor={`var(--icon-generic-color)`}

app/components/svgIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default function withIcon(svgPath: string) {
22
function Icon({
3-
strokeWidth = 1.5,
3+
strokeWidth = 1.75,
44
color = 'currentColor',
55
fillColor = 'none',
66
viewBox = '0 0 24 24',

0 commit comments

Comments
 (0)