diff --git a/OmniBLE/PumpManagerUI/Views/InsertCannulaView.swift b/OmniBLE/PumpManagerUI/Views/InsertCannulaView.swift index e603a030..bf625b04 100644 --- a/OmniBLE/PumpManagerUI/Views/InsertCannulaView.swift +++ b/OmniBLE/PumpManagerUI/Views/InsertCannulaView.swift @@ -59,7 +59,7 @@ struct InsertCannulaView: View { }) { Text(LocalizedString("Deactivate Pod", comment: "Button text for deactivate pod button")) .accessibility(identifier: "button_deactivate_pod") - .actionButtonStyle(.destructive) + .actionButtonStyle(.secondary) } .disabled(self.viewModel.state.isProcessing) }