We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f47b56 commit 27f63afCopy full SHA for 27f63af
src/components/SocialListItem.tsx
@@ -39,7 +39,7 @@ const SocialListItem = ({
39
return (
40
<div className={cn("flex w-full items-center px-0 py-2", className)}>
41
<Icon
42
- className={cn("size-10 shrink-0 pe-3", socialColorClasses[socialIcon])}
+ className={cn("size-8 shrink-0 pe-3", socialColorClasses[socialIcon])}
43
/>
44
<div className="font-normal italic">{children}</div>
45
</div>
0 commit comments