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