Skip to content

Commit d314ad0

Browse files
committed
style(settings): increase spacing between title and icon
- Adjust spacing from AppSpacing.xs to AppSpacing.sm for better visual separation
1 parent f972771 commit d314ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/settings/view/settings_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class _SettingsViewState extends State<_SettingsView> {
6565
children: [
6666
Text(l10n.settings),
6767
const SizedBox(
68-
width: AppSpacing.xs,
68+
width: AppSpacing.sm,
6969
), // Spacing between title and icon
7070
AboutIcon(
7171
dialogTitle: l10n.settings,

0 commit comments

Comments
 (0)