From d0a8a9ea05fe418f1bc3cad6282d454e001a26a2 Mon Sep 17 00:00:00 2001 From: cogwheel0 <172976095+cogwheel0@users.noreply.github.com> Date: Sat, 18 Oct 2025 18:56:28 +0530 Subject: [PATCH] refactor: Update spacing in AppCustomizationPage for improved layout - Increased the spacing between UI elements in AppCustomizationPage from `Spacing.xs` to `Spacing.md` for better visual separation and improved user experience. - Adjusted the layout of the speech rate, pitch, and volume sliders to enhance overall UI consistency. --- lib/features/profile/views/app_customization_page.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/features/profile/views/app_customization_page.dart b/lib/features/profile/views/app_customization_page.dart index 731aa71..a5fc5ed 100644 --- a/lib/features/profile/views/app_customization_page.dart +++ b/lib/features/profile/views/app_customization_page.dart @@ -526,7 +526,7 @@ class AppCustomizationPage extends ConsumerWidget { ), onTap: () => _showVoicePickerSheet(context, ref, settings), ), - const SizedBox(height: Spacing.xs), + const SizedBox(height: Spacing.md), // Speech Rate Slider _buildSliderTile( context, @@ -544,7 +544,7 @@ class AppCustomizationPage extends ConsumerWidget { onChanged: (value) => ref.read(appSettingsProvider.notifier).setTtsSpeechRate(value), ), - const SizedBox(height: Spacing.xs), + const SizedBox(height: Spacing.md), // Pitch Slider _buildSliderTile( context, @@ -562,7 +562,7 @@ class AppCustomizationPage extends ConsumerWidget { onChanged: (value) => ref.read(appSettingsProvider.notifier).setTtsPitch(value), ), - const SizedBox(height: Spacing.xs), + const SizedBox(height: Spacing.md), // Volume Slider _buildSliderTile( context, @@ -580,7 +580,7 @@ class AppCustomizationPage extends ConsumerWidget { onChanged: (value) => ref.read(appSettingsProvider.notifier).setTtsVolume(value), ), - const SizedBox(height: Spacing.xs), + const SizedBox(height: Spacing.md), // Preview Button _CustomizationTile( leading: _buildIconBadge(