Tweak More swipe action to be in-line with system appearance
This commit is contained in:
parent
81256b7a96
commit
7c207efa07
|
@ -236,8 +236,8 @@ extension TimelineStatusTableViewCell: TableViewSwipeActionProvider {
|
|||
completion(true)
|
||||
self.delegate?.showMoreOptions(forStatus: self.statusID, sourceView: self)
|
||||
}
|
||||
more.image = UIImage(systemName: "ellipsis")
|
||||
more.backgroundColor = .gray
|
||||
more.image = UIImage(systemName: "ellipsis.circle.fill")
|
||||
more.backgroundColor = .lightGray
|
||||
return UISwipeActionsConfiguration(actions: [reply, more])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue