Adjust logout button position for improved layout in account settings dialog

This commit is contained in:
Leon Bösche
2026-01-28 23:47:34 +01:00
parent 7f668b51f9
commit 48a45b60fa

View File

@@ -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(