Adjust spacing in account settings dialog for improved layout
This commit is contained in:
@@ -472,7 +472,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
|||||||
Center(
|
Center(
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 32),
|
const SizedBox(height: 64),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: _pickAndUploadAvatar,
|
onTap: _pickAndUploadAvatar,
|
||||||
child: CircleAvatar(
|
child: CircleAvatar(
|
||||||
@@ -557,7 +557,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 32), // Space for logout button
|
const SizedBox(height: 2), // Space for logout button
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user