idle
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user