Skip to content

Commit

Permalink
changed web-server icon color and remove extra image
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardik Garg committed Jun 26, 2024
1 parent 8914527 commit bea6ac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file removed docs/images/ios_project_screen.jpeg
Binary file not shown.
3 changes: 2 additions & 1 deletion ios/OpenBot/OpenBot/Controllers/Modes/VehicleControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ class VehicleControl: UIView {
btn.backgroundColor = Colors.titleDeactivated
}
let modeIcon = UIImageView(frame: CGRect(x: 15, y: 15, width: 30, height: 30))
modeIcon.image = iconName;
modeIcon.image = iconName.withRenderingMode(.alwaysTemplate)
modeIcon.tintColor = .white
if let action = action {
btn.addTarget(self, action: action, for: .touchUpInside)
}
Expand Down

0 comments on commit bea6ac4

Please sign in to comment.