Merge pull request #5497 from vector-im/aringenbach/5252_search_results_highlight_color

Display search matching pattern with a highlight color
This commit is contained in:
aringenbach
2022-02-04 10:30:12 +01:00
committed by GitHub
6 changed files with 8 additions and 4 deletions
+1
View File
@@ -32,6 +32,7 @@ import DesignKit
var searchBackgroundColor: UIColor { get }
var searchPlaceholderColor: UIColor { get }
var searchResultHighlightColor: UIColor { get }
var headerBackgroundColor: UIColor { get }
var headerBorderColor: UIColor { get }