about summary refs log tree commit diff
path: root/src/components/verification/VerificationCheckButton.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/verification/VerificationCheckButton.tsx')
-rw-r--r--src/components/verification/VerificationCheckButton.tsx2
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