mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-11 06:05:49 +01:00
Remove spacer
This commit is contained in:
parent
20900f573f
commit
dfc213a19a
@ -12,7 +12,6 @@ public struct NextPageView: View {
|
||||
|
||||
public var body: some View {
|
||||
HStack {
|
||||
Spacer()
|
||||
if showRetry {
|
||||
Button {
|
||||
Task {
|
||||
@ -29,8 +28,8 @@ public struct NextPageView: View {
|
||||
.foregroundStyle(.secondary)
|
||||
.symbolEffect(.pulse, value: isLoadingNextPage)
|
||||
}
|
||||
Spacer()
|
||||
}
|
||||
.frame(maxWidth: .infinity, alignment: .center)
|
||||
.task {
|
||||
await executeTask()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user