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
@@ -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>