diff --git a/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m b/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m index 45ccb24a4..4dadb0980 100644 --- a/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m +++ b/Vector/Categories/MXKRoomBubbleTableViewCell+Vector.m @@ -290,8 +290,8 @@ NSString *const kMXKRoomBubbleCellVectorEditButtonPressed = @"kMXKRoomBubbleCell [editButton setTitle:NSLocalizedStringFromTable(@"room_event_action_edit", @"Vector", nil) forState:UIControlStateNormal]; [editButton setTitle:NSLocalizedStringFromTable(@"room_event_action_edit", @"Vector", nil) forState:UIControlStateSelected]; - [editButton setTitleColor:kVectorColorGree forState:UIControlStateNormal]; - [editButton setTitleColor:kVectorColorGree forState:UIControlStateSelected]; + [editButton setTitleColor:kVectorColorGreen forState:UIControlStateNormal]; + [editButton setTitleColor:kVectorColorGreen forState:UIControlStateSelected]; // Align button label on the right border of the bubbleInfoContainer editButton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentRight;