This commit is contained in:
Leon Bösche
2026-01-27 09:20:16 +01:00
parent 94ff7f1007
commit 262ce18902

View File

@@ -401,7 +401,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
// Save Button
Center(
child: SizedBox(
width: 88,
width: 104,
child: ModernGlassButton(
onPressed: _updateProfile,
child: const Text('Save Changes'),
@@ -528,7 +528,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
// Change Password Button
Center(
child: SizedBox(
width: 88,
width: 180,
child: ModernGlassButton(
onPressed: _changePassword,
child: const Text('Change Password'),