Change Mark All as Read icon. Issue #1526

This commit is contained in:
Maurice Parker
2020-01-06 18:07:04 -07:00
parent 7824939c30
commit c0f76d0dbb
6 changed files with 160 additions and 6 deletions

View File

@@ -113,8 +113,8 @@ struct AppAssets {
UIImage(systemName: "info.circle")!
}()
static var markAllInFeedAsReadImage: UIImage = {
return UIImage(systemName: "asterisk.circle")!
static var markAllAsReadImage: UIImage = {
return UIImage(named: "markAllAsRead")!
}()
static var markBelowAsReadImage: UIImage = {