Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix composer reply line height (#8241)

authored by

Samuel Newman and committed by
GitHub
13884b0a 873ba16d

+2 -1
+2 -1
src/view/com/composer/ComposerReplyTo.tsx
··· 76 76 a.mx_lg, 77 77 a.border_b, 78 78 t.atoms.border_contrast_medium, 79 + a.user_select_text, 79 80 ]} 80 81 onPress={onPress} 81 82 accessibilityRole="button" ··· 113 114 <View style={[a.flex_row, a.gap_md]}> 114 115 <View style={[a.flex_1, a.flex_grow]}> 115 116 <Text 116 - style={[a.text_md]} 117 + style={[a.text_md, a.leading_snug, t.atoms.text_contrast_high]} 117 118 numberOfLines={!showFull ? 6 : undefined} 118 119 emoji> 119 120 {replyTo.text}