Increase height of timeline unread indicator. Issue #1320

This commit is contained in:
Maurice Parker 2019-11-19 18:58:18 -06:00
parent 985cef6b49
commit d1af8a9f0a
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ import UIKit
class MasterTimelineUnreadCountView: MasterFeedUnreadCountView { class MasterTimelineUnreadCountView: MasterFeedUnreadCountView {
override var padding: UIEdgeInsets {
return UIEdgeInsets(top: 2.0, left: 9.0, bottom: 2.0, right: 9.0)
}
override var textColor: UIColor { override var textColor: UIColor {
return UIColor.systemBackground return UIColor.systemBackground
} }