AccountDetailView: fix white spacing on top of the view (#2110)

This commit is contained in:
Christopher Schindler 2024-06-24 08:56:17 +02:00 committed by GitHub
parent be54a58ae6
commit 02a8cb12e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public struct AccountDetailView: View {
client: client,
routerPath: routerPath)
}
.environment(\.defaultMinListRowHeight, 1)
.environment(\.defaultMinListRowHeight, 0)
.listStyle(.plain)
#if !os(visionOS)
.scrollContentBackground(.hidden)