TF-3002 [WEB] Update unselected icon color for filter message button
This commit is contained in:
@@ -103,7 +103,11 @@ enum QuickSearchFilter {
|
||||
if (isSelected) {
|
||||
return AppColor.primaryColor;
|
||||
} else {
|
||||
return AppColor.colorTextBody;
|
||||
if (this == QuickSearchFilter.starred) {
|
||||
return AppColor.colorStarredSearchFilterIcon;
|
||||
} else {
|
||||
return AppColor.colorSearchFilterIcon;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user