diff --git a/AutoRefersher/ContentView.swift b/AutoRefersher/ContentView.swift index 77ba765..908d6d5 100644 --- a/AutoRefersher/ContentView.swift +++ b/AutoRefersher/ContentView.swift @@ -101,7 +101,7 @@ struct ContentView: View { else { Label("Job done!", systemImage: "checkmark.circle.fill") .frame(alignment: .center) - .foregroundColor(.red) + .foregroundColor(.red ) } } .frame(width: 150)