Bluesky app fork with some witchin' additions 💫

reduce checkmark size in thread anchor (#8942)

authored by samuel.fm and committed by

GitHub 9e8bceec 6432667f

+2 -2
+1 -1
src/components/verification/VerificationCheckButton.tsx
··· 85 85 if (size === 'lg') { 86 86 dimensions = gtPhone ? 20 : 18 87 87 } else if (size === 'md') { 88 - dimensions = 16 88 + dimensions = 14 89 89 } 90 90 91 91 const verifiedByHidden = !state.profile.showBadge && state.profile.isViewer
+1 -1
src/screens/PostThread/components/ThreadItemAnchor.tsx
··· 354 354 )} 355 355 </Text> 356 356 357 - <View style={[{paddingLeft: 3, top: -1}]}> 357 + <View style={[a.pl_xs]}> 358 358 <VerificationCheckButton profile={authorShadow} size="md" /> 359 359 </View> 360 360 </View>