Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Jun 3, 2024
1 parent 3b13d8c commit 309da1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ENGAGEHF/Bluetooth/Views/ConfirmMeasurementButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ struct DiscardButton: View {


var body: some View {
Button(action: {
Button {
dismiss()

Check warning on line 20 in ENGAGEHF/Bluetooth/Views/ConfirmMeasurementButton.swift

View check run for this annotation

Codecov / codecov/patch

ENGAGEHF/Bluetooth/Views/ConfirmMeasurementButton.swift#L20

Added line #L20 was not covered by tests
}) {
} label: {
Text("Discard")
.foregroundStyle(viewState == .idle ? Color.red : Color.gray)
}
Expand Down

0 comments on commit 309da1b

Please sign in to comment.