about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-09-19 16:02:29 -0500
committerGitHub <noreply@github.com>2024-09-19 16:02:29 -0500
commitc0cb5936f5efbe52c0796fb649af3259684a00c0 (patch)
tree3ea4f7656cea1dd07051af1d7e85abea0ca3d48d /src
parent8a7fc9ad3f822ba77716a6eacb4c08ab2992c506 (diff)
downloadvoidsky-c0cb5936f5efbe52c0796fb649af3259684a00c0.tar.zst
[Neue] Copy and spacing tweaks (#5428)
* Copy and spacing tweaks

* Copy tweaks
Diffstat (limited to 'src')
-rw-r--r--src/components/dialogs/nuxs/NeueTypography.tsx11
-rw-r--r--src/screens/Settings/AppearanceSettings.tsx2
2 files changed, 6 insertions, 7 deletions
diff --git a/src/components/dialogs/nuxs/NeueTypography.tsx b/src/components/dialogs/nuxs/NeueTypography.tsx
index f33cea8e7..fa3936d25 100644
--- a/src/components/dialogs/nuxs/NeueTypography.tsx
+++ b/src/components/dialogs/nuxs/NeueTypography.tsx
@@ -49,19 +49,18 @@ export function NeueTypography() {
         <View style={[a.gap_xl]}>
           <View style={[a.gap_md]}>
             <Text style={[a.text_3xl, {fontWeight: '900'}]}>
-              <Trans>Introducing new font settings ✨</Trans>
+              <Trans>New font settings ✨</Trans>
             </Text>
-            <Text style={[a.text_lg, a.leading_snug]}>
+            <Text style={[a.text_lg, a.leading_snug, {maxWidth: 400}]}>
               <Trans>
-                To the ensure the best possible experience, we're introducing a
-                new theme font, along with adjustable font sizing settings.
+                We're introducing a new theme font, along with adjustable font
+                sizing.
               </Trans>
             </Text>
             <Text
               style={[a.text_sm, a.leading_snug, t.atoms.text_contrast_medium]}>
               <Trans>
-                Defaults are shown below. You can edit these in your Appearance
-                Settings later.
+                You can adjust these in your Appearance Settings later.
               </Trans>
             </Text>
           </View>
diff --git a/src/screens/Settings/AppearanceSettings.tsx b/src/screens/Settings/AppearanceSettings.tsx
index d675fb38e..69e04f4af 100644
--- a/src/screens/Settings/AppearanceSettings.tsx
+++ b/src/screens/Settings/AppearanceSettings.tsx
@@ -205,7 +205,7 @@ export function AppearanceToggleButtonGroup({
 }) {
   const t = useTheme()
   return (
-    <View style={[a.gap_md]}>
+    <View style={[a.gap_sm]}>
       <View style={[a.gap_xs]}>
         <View style={[a.flex_row, a.align_center, a.gap_md]}>
           <Icon style={t.atoms.text} />