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