[ios] Tint Route To button with a blue color

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2023-02-18 12:07:05 +01:00
parent 4fc853523b
commit 4a2818f184

View file

@ -106,6 +106,7 @@ NSString *titleForButton(MWMActionBarButtonType type, BOOL isSelected) {
break;
case MWMActionBarButtonTypeRouteTo:
[self.button setImage:[UIImage imageNamed:@"ic_route_to"] forState:UIControlStateNormal];
self.button.imageView.tintColor = [UIColor linkBlue];
break;
case MWMActionBarButtonTypeShare:
[self.button setImage:[UIImage imageNamed:@"ic_menu_share"] forState:UIControlStateNormal];