diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-09-09 20:27:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-09 10:27:16 -0700 |
commit | 9e8bceec60f065bd52ea2e6c24b22ab42553d04d (patch) | |
tree | e02d8cfffd170e4425d423004e58e22d0c761f1f /src/components | |
parent | 6432667f608fae447b59e41b9f8bb64b564205a1 (diff) | |
download | voidsky-9e8bceec60f065bd52ea2e6c24b22ab42553d04d.tar.zst |
reduce checkmark size in thread anchor (#8942)
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/verification/VerificationCheckButton.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |