Skip to content

Commit

Permalink
Merge pull request #65 from kaishin/patch-1
Browse files Browse the repository at this point in the history
Remove explicit foreground color on filter icon
  • Loading branch information
kean committed Jan 26, 2022
2 parents 8cfaeda + dcd442d commit f7e7051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/PulseUI/Features/Console/ConsoleView-ios.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ private struct QuickFiltersView: View {
isShowingFilters = true
}) {
Image(systemName: "line.horizontal.3.decrease.circle")
.foregroundColor(Color.blue)
}.buttonStyle(PlainButtonStyle())
}
ConsoleQuickFiltersView(filters: model.quickFilters)
Expand Down

0 comments on commit f7e7051

Please sign in to comment.