feat: Adds more buttons and reverse label style

This commit is contained in:
2024-06-04 19:38:40 -04:00
parent dd8f360417
commit a65ac76dde
5 changed files with 130 additions and 16 deletions

View File

@@ -221,10 +221,8 @@ public struct EstimateSettingsFormView: View {
HStack {
ResetButton { send(.resetButtonTapped) }
Spacer()
Button("Next") {
send(.nextButtonTapped)
}
.disabled(!store.isValid)
NextButton { send(.nextButtonTapped) }
.disabled(!store.isValid)
}
.padding(.top)
}