reduce checkmark size in thread anchor

This commit is contained in:
Samuel Newman
2025-08-29 23:29:31 +01:00
parent 6432667f60
commit 0c9c5735b8
2 changed files with 2 additions and 2 deletions
@@ -85,7 +85,7 @@ export function Badge({
if (size === 'lg') { if (size === 'lg') {
dimensions = gtPhone ? 20 : 18 dimensions = gtPhone ? 20 : 18
} else if (size === 'md') { } else if (size === 'md') {
dimensions = 16 dimensions = 14
} }
const verifiedByHidden = !state.profile.showBadge && state.profile.isViewer const verifiedByHidden = !state.profile.showBadge && state.profile.isViewer
@@ -354,7 +354,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
)} )}
</Text> </Text>
<View style={[{paddingLeft: 3, top: -1}]}> <View style={[a.pl_xs]}>
<VerificationCheckButton profile={authorShadow} size="md" /> <VerificationCheckButton profile={authorShadow} size="md" />
</View> </View>
</View> </View>