fix: padding / history auto-reload

This commit is contained in:
2026-07-29 00:54:47 +02:00
parent 4f9781e3ff
commit 8a264d0ae6
5 changed files with 179 additions and 178 deletions
+1
View File
@@ -50,6 +50,7 @@ class _SettingsScreenViewState extends State<SettingsScreenView> {
child: const Text('Confirm'),
),
],
actionsPadding: const EdgeInsets.symmetric(horizontal: 8),
),
);
}