We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b857e commit a64cdabCopy full SHA for a64cdab
lib/app_configuration/view/app_configuration_page.dart
@@ -50,10 +50,9 @@ class _AppConfigurationPageState extends State<AppConfigurationPage>
50
children: [
51
Text(
52
l10n.appConfigurationPageTitle,
53
- style: Theme.of(context).textTheme.headlineSmall,
54
),
55
const SizedBox(
56
- width: AppSpacing.xs,
+ width: AppSpacing.sm,
57
), // Spacing between title and icon
58
AboutIcon(
59
dialogTitle: l10n.appConfigurationPageTitle,
0 commit comments