Adjust logout button position for improved layout in account settings dialog
This commit is contained in:
@@ -419,8 +419,8 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
|
|||||||
),
|
),
|
||||||
// Logout Button in bottom right corner of profile tab
|
// Logout Button in bottom right corner of profile tab
|
||||||
Positioned(
|
Positioned(
|
||||||
bottom: 8,
|
bottom: 4,
|
||||||
right: 8,
|
right: 4,
|
||||||
child: IconButton(
|
child: IconButton(
|
||||||
onPressed: _logout,
|
onPressed: _logout,
|
||||||
icon: Icon(
|
icon: Icon(
|
||||||
|
|||||||
Reference in New Issue
Block a user