Fix post thread item hider line height crop (#8028)

This commit is contained in:
Samuel Newman
2025-03-20 23:33:19 +02:00
committed by GitHub
parent 950e2e5f74
commit d3c44ebc5b
3 changed files with 5 additions and 4 deletions
@@ -51,7 +51,7 @@ export function PostThreadShowHiddenReplies({
<EyeSlash size="sm" fill={t.atoms.text_contrast_medium.color} />
</View>
<Text
style={[t.atoms.text_contrast_medium, a.flex_1]}
style={[t.atoms.text_contrast_medium, a.flex_1, a.leading_snug]}
numberOfLines={1}>
{label}
</Text>