From fdb213e4bf0de0c615df646495868052b128cc5d Mon Sep 17 00:00:00 2001 From: Christopher Schindler Date: Wed, 3 Jul 2024 08:12:29 +0200 Subject: [PATCH] AccountDetail: fix wrong space on top of the header view (#2113) --- Packages/Account/Sources/Account/AccountDetailHeaderView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift index e27a3771..55404ee8 100644 --- a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift +++ b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift @@ -42,6 +42,7 @@ struct AccountDetailHeaderView: View { } } accountInfoView + Spacer() } }