Skip to content

Commit

Permalink
Remove hardcoded color to use app accent color
Browse files Browse the repository at this point in the history
  • Loading branch information
cs4alhaider authored Apr 23, 2021
1 parent 62da59e commit 7a7eb75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/SearchView/SearchView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public struct SearchView<Content>: View where Content: View {

if showCancelButton {
Button("Cancel", action: cancel)
.foregroundColor(Color(.systemBlue))
}
}
.padding(showCancelButton ? [.top, .leading, .trailing] : .horizontal)
Expand Down

0 comments on commit 7a7eb75

Please sign in to comment.