Skip to content

Commit

Permalink
Fix "Resume" button color.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Aug 1, 2024
1 parent fbb4c90 commit 79c0117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuckDuckGo/NetworkProtectionStatusView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ struct NetworkProtectionStatusView: View {
await statusModel.cancelSnooze()
}
}
.foregroundStyle(Color(designSystemColor: .accent))
.disabled(statusModel.snoozeRequestPending)
} else if statusModel.hasServerInfo {
Button("Snooze for 2 minutes") {
Expand Down

0 comments on commit 79c0117

Please sign in to comment.