AccountDetailView: fix white spacing on top of the view (#2110)
This commit is contained in:
parent
be54a58ae6
commit
02a8cb12e9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue