Adjust button width and add spacing in account settings dialog for improved layout
This commit is contained in:
@@ -406,7 +406,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
||||
// Save Button
|
||||
Center(
|
||||
child: SizedBox(
|
||||
width: 104,
|
||||
width: 136,
|
||||
child: ModernGlassButton(
|
||||
onPressed: _updateProfile,
|
||||
child: const Text('Save Changes'),
|
||||
@@ -439,6 +439,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
SizedBox(height: 16),
|
||||
// Current Password
|
||||
Text(
|
||||
'Current Password',
|
||||
|
||||
Reference in New Issue
Block a user