Skip to content

Commit c32258a

Browse files
committed
fix: apply text-body to socials on staking cards
1 parent 299c4aa commit c32258a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Staking/StakingProductsCardGrid/StakingProductCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const StakingProductCard = ({
226226
{validSocials.map(([platform, url], idx) => (
227227
<Link key={idx} href={url} hideArrow>
228228
<SocialListItem
229-
className="size-8 text-body"
229+
className="size-8 text-body [&>svg]:text-body"
230230
socialIcon={
231231
platform as
232232
| "twitter"

0 commit comments

Comments
 (0)