Skip to content

Commit 124a42e

Browse files
authored
Merge pull request #12223 from AjayiMike/12213-social-button-sizing
fix: footer social buttons strange outline [Fixes #12213]
2 parents 0b65ef8 + 0714968 commit 124a42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
311311
hideArrow
312312
color="secondary"
313313
aria-label={link.ariaLabel}
314+
ms={4}
314315
>
315316
<Icon
316317
as={link.icon}
@@ -320,7 +321,6 @@ const Footer = ({ lastDeployDate }: FooterProps) => {
320321
"color 0.2s ease-in-out, transform 0.2s ease-in-out",
321322
}}
322323
fontSize="4xl"
323-
ms={4}
324324
/>
325325
</BaseLink>
326326
)

0 commit comments

Comments
 (0)