mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 08:20:59 +00:00
AccountDetailView: fix white spacing on top of the view (#2110)
This commit is contained in:
parent
be54a58ae6
commit
02a8cb12e9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue