From 1d7b47df58fcf139e47e04728b170a6bee9485fc Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 19 Sep 2024 14:33:09 -0500 Subject: [PATCH] Copy and spacing tweaks --- .../dialogs/nuxs/NeueTypography.tsx | 4 ++-- src/screens/Settings/AppearanceSettings.tsx | 22 +++++++++---------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/src/components/dialogs/nuxs/NeueTypography.tsx b/src/components/dialogs/nuxs/NeueTypography.tsx index f33cea8e78..b4cdb8c035 100644 --- a/src/components/dialogs/nuxs/NeueTypography.tsx +++ b/src/components/dialogs/nuxs/NeueTypography.tsx @@ -53,8 +53,8 @@ export function NeueTypography() { - To the ensure the best possible experience, we're introducing a - new theme font, along with adjustable font sizing settings. + To ensure the best possible experience, we're introducing a new + theme font, along with adjustable font sizing settings. - - - - {title} - - {description && ( - - {description} - - )} + + + + {title} {items.map(item => ( @@ -228,6 +220,12 @@ export function AppearanceToggleButtonGroup({ ))} + + {description && ( + + {description} + + )} ) }