Skip to content

Commit

Permalink
Proper action when no links were there
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranoiaetep committed Jan 23, 2021
1 parent fd4b3b1 commit cb69d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoRefersher/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb69d29

Please sign in to comment.