reduce checkmark size in thread anchor (#8942)

This commit is contained in:
Samuel Newman
2025-09-09 20:27:16 +03:00
committed by GitHub
parent 6432667f60
commit 9e8bceec60
2 changed files with 2 additions and 2 deletions
@@ -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
@@ -354,7 +354,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
)}
</Text>
<View style={[{paddingLeft: 3, top: -1}]}>
<View style={[a.pl_xs]}>
<VerificationCheckButton profile={authorShadow} size="md" />
</View>
</View>