mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-04 00:17:30 +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,
|
client: client,
|
||||||
routerPath: routerPath)
|
routerPath: routerPath)
|
||||||
}
|
}
|
||||||
.environment(\.defaultMinListRowHeight, 1)
|
.environment(\.defaultMinListRowHeight, 0)
|
||||||
.listStyle(.plain)
|
.listStyle(.plain)
|
||||||
#if !os(visionOS)
|
#if !os(visionOS)
|
||||||
.scrollContentBackground(.hidden)
|
.scrollContentBackground(.hidden)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user