Skip to content

Commit

Permalink
Remove explicit foreground color on filter icon
Browse files Browse the repository at this point in the history
Not sure if this is by design, but it might be more desirable to let it use the tint color.
  • Loading branch information
kaishin committed Jan 26, 2022
1 parent 8cfaeda commit dcd442d
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 dcd442d

Please sign in to comment.