mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-03 16:07:31 +01:00
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…
x
Reference in New Issue
Block a user