From 9e8bceec60f065bd52ea2e6c24b22ab42553d04d Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 20:27:16 +0300 Subject: reduce checkmark size in thread anchor (#8942) --- src/components/verification/VerificationCheckButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/verification/VerificationCheckButton.tsx') diff --git a/src/components/verification/VerificationCheckButton.tsx b/src/components/verification/VerificationCheckButton.tsx index 2ccc730f6..3f3bb2095 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 -- cgit 1.4.1