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
|
// Save Button
|
||||||
Center(
|
Center(
|
||||||
child: SizedBox(
|
child: SizedBox(
|
||||||
width: 104,
|
width: 136,
|
||||||
child: ModernGlassButton(
|
child: ModernGlassButton(
|
||||||
onPressed: _updateProfile,
|
onPressed: _updateProfile,
|
||||||
child: const Text('Save Changes'),
|
child: const Text('Save Changes'),
|
||||||
@@ -439,6 +439,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
|||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
SizedBox(height: 16),
|
||||||
// Current Password
|
// Current Password
|
||||||
Text(
|
Text(
|
||||||
'Current Password',
|
'Current Password',
|
||||||
|
|||||||
Reference in New Issue
Block a user