reduce checkmark size in thread anchor (#8942)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user