feat: Adds more buttons and reverse label style
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user