feat(ui): Adjust spacing and font weight in app customization page

This commit is contained in:
cogwheel0
2025-11-02 17:46:15 +05:30
parent 8321e3c721
commit 6ef36899a7

View File

@@ -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),
),