From 0c9c5735b8022826c3c7e5b10880543bebd20b53 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 29 Aug 2025 23:29:31 +0100 Subject: [PATCH] reduce checkmark size in thread anchor --- src/components/verification/VerificationCheckButton.tsx | 2 +- src/screens/PostThread/components/ThreadItemAnchor.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/verification/VerificationCheckButton.tsx b/src/components/verification/VerificationCheckButton.tsx index 2ccc730f62..3f3bb20955 100644 --- a/src/components/verification/VerificationCheckButton.tsx +++ b/src/components/verification/VerificationCheckButton.tsx @@ -85,7 +85,7 @@ export function Badge({ if (size === 'lg') { dimensions = gtPhone ? 20 : 18 } else if (size === 'md') { - dimensions = 16 + dimensions = 14 } const verifiedByHidden = !state.profile.showBadge && state.profile.isViewer diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx index 0eb7c2e25a..51bf41a76f 100644 --- a/src/screens/PostThread/components/ThreadItemAnchor.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx @@ -354,7 +354,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({ )} - +