Skip to content

Commit

Permalink
Change tint of trash icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Korolev committed Feb 7, 2018
1 parent dd1eafd commit 3b8af14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Blink/ControlPanel.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ - (instancetype)initWithFrame:(CGRect)frame
UIBarButtonItem * closeButton = [[UIBarButtonItem alloc]
initWithBarButtonSystemItem:UIBarButtonSystemItemTrash
target:self action:@selector(_close)];
closeButton.tintColor = [UIColor colorWithRed:253/255.0f green:67/255.0f blue:85/255.0f alpha:1];


[_closeToolbar setItems:@[closeButton]];

Expand Down

0 comments on commit 3b8af14

Please sign in to comment.