Bluesky app fork with some witchin' additions 💫

[Neue] Copy and spacing tweaks (#5428)

* Copy and spacing tweaks

* Copy tweaks

authored by

Eric Bailey and committed by
GitHub
c0cb5936 8a7fc9ad

+6 -7
+5 -6
src/components/dialogs/nuxs/NeueTypography.tsx
··· 49 49 <View style={[a.gap_xl]}> 50 50 <View style={[a.gap_md]}> 51 51 <Text style={[a.text_3xl, {fontWeight: '900'}]}> 52 - <Trans>Introducing new font settings ✨</Trans> 52 + <Trans>New font settings ✨</Trans> 53 53 </Text> 54 - <Text style={[a.text_lg, a.leading_snug]}> 54 + <Text style={[a.text_lg, a.leading_snug, {maxWidth: 400}]}> 55 55 <Trans> 56 - To the ensure the best possible experience, we're introducing a 57 - new theme font, along with adjustable font sizing settings. 56 + We're introducing a new theme font, along with adjustable font 57 + sizing. 58 58 </Trans> 59 59 </Text> 60 60 <Text 61 61 style={[a.text_sm, a.leading_snug, t.atoms.text_contrast_medium]}> 62 62 <Trans> 63 - Defaults are shown below. You can edit these in your Appearance 64 - Settings later. 63 + You can adjust these in your Appearance Settings later. 65 64 </Trans> 66 65 </Text> 67 66 </View>
+1 -1
src/screens/Settings/AppearanceSettings.tsx
··· 205 205 }) { 206 206 const t = useTheme() 207 207 return ( 208 - <View style={[a.gap_md]}> 208 + <View style={[a.gap_sm]}> 209 209 <View style={[a.gap_xs]}> 210 210 <View style={[a.flex_row, a.align_center, a.gap_md]}> 211 211 <Icon style={t.atoms.text} />