feat(ui): Adjust spacing and font weight in app customization page
This commit is contained in:
@@ -500,13 +500,13 @@ class AppCustomizationPage extends ConsumerWidget {
|
|||||||
),
|
),
|
||||||
color: theme.buttonPrimary,
|
color: theme.buttonPrimary,
|
||||||
),
|
),
|
||||||
const SizedBox(width: Spacing.sm),
|
const SizedBox(width: Spacing.md),
|
||||||
Text(
|
Text(
|
||||||
l10n.ttsEngineLabel,
|
l10n.ttsEngineLabel,
|
||||||
style:
|
style:
|
||||||
theme.bodyMedium?.copyWith(
|
theme.bodyMedium?.copyWith(
|
||||||
color: theme.sidebarForeground,
|
color: theme.sidebarForeground,
|
||||||
fontWeight: FontWeight.w500,
|
fontWeight: FontWeight.w600,
|
||||||
) ??
|
) ??
|
||||||
TextStyle(color: theme.sidebarForeground, fontSize: 14),
|
TextStyle(color: theme.sidebarForeground, fontSize: 14),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user