mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-14 13:31:05 +00:00
Remove spacer
This commit is contained in:
parent
20900f573f
commit
dfc213a19a
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,6 @@ public struct NextPageView: View {
|
||||||
|
|
||||||
public var body: some View {
|
public var body: some View {
|
||||||
HStack {
|
HStack {
|
||||||
Spacer()
|
|
||||||
if showRetry {
|
if showRetry {
|
||||||
Button {
|
Button {
|
||||||
Task {
|
Task {
|
||||||
|
@ -29,8 +28,8 @@ public struct NextPageView: View {
|
||||||
.foregroundStyle(.secondary)
|
.foregroundStyle(.secondary)
|
||||||
.symbolEffect(.pulse, value: isLoadingNextPage)
|
.symbolEffect(.pulse, value: isLoadingNextPage)
|
||||||
}
|
}
|
||||||
Spacer()
|
|
||||||
}
|
}
|
||||||
|
.frame(maxWidth: .infinity, alignment: .center)
|
||||||
.task {
|
.task {
|
||||||
await executeTask()
|
await executeTask()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue