feat: Adds more buttons and reverse label style
This commit is contained in:
@@ -54,9 +54,7 @@ public struct InfoView: View {
|
||||
.padding(.horizontal)
|
||||
.navigationBarBackButtonHidden()
|
||||
.toolbar {
|
||||
Button("Done") {
|
||||
store.send(.dismissButtonTapped)
|
||||
}
|
||||
DoneButton { store.send(.dismissButtonTapped) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user