diff --git a/lib/features/profile/views/app_customization_page.dart b/lib/features/profile/views/app_customization_page.dart index 3c127e9..c8adde3 100644 --- a/lib/features/profile/views/app_customization_page.dart +++ b/lib/features/profile/views/app_customization_page.dart @@ -500,13 +500,13 @@ class AppCustomizationPage extends ConsumerWidget { ), color: theme.buttonPrimary, ), - const SizedBox(width: Spacing.sm), + const SizedBox(width: Spacing.md), Text( l10n.ttsEngineLabel, style: theme.bodyMedium?.copyWith( color: theme.sidebarForeground, - fontWeight: FontWeight.w500, + fontWeight: FontWeight.w600, ) ?? TextStyle(color: theme.sidebarForeground, fontSize: 14), ),