Skip to content

Commit

Permalink
Center the Success state in the screen (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
GhenadieVP authored Jun 28, 2024
1 parent ebdf34e commit 5a676d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ extension Completion {
store.send(.view(.dismissTapped))
} content: {
VStack(spacing: .zero) {
Spacer()

Image(asset: AssetResource.successCheckmark)
.padding(.top, .large1)

Text(viewStore.title)
.foregroundColor(.app.gray1)
Expand Down

0 comments on commit 5a676d2

Please sign in to comment.