Skip to content

Commit a64cdab

Browse files
committed
style(app_configuration): adjust title spacing and remove font style
- Remove custom font style for page title - Increase spacing between title and icon
1 parent 86b857e commit a64cdab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/app_configuration/view/app_configuration_page.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
5050
children: [
5151
Text(
5252
l10n.appConfigurationPageTitle,
53-
style: Theme.of(context).textTheme.headlineSmall,
5453
),
5554
const SizedBox(
56-
width: AppSpacing.xs,
55+
width: AppSpacing.sm,
5756
), // Spacing between title and icon
5857
AboutIcon(
5958
dialogTitle: l10n.appConfigurationPageTitle,

0 commit comments

Comments
 (0)