diff --git a/View/MutableTextCell.swift b/View/MutableTextCell.swift index b94a783..937acbe 100644 --- a/View/MutableTextCell.swift +++ b/View/MutableTextCell.swift @@ -15,6 +15,7 @@ class MutableTextCell: BaseTableViewCell { self.selectionStyle = .none self.accessoryType = .none self.backgroundColor = BKColor.background.secondary + self.detailTextLabel?.textColor = BKColor.grey.darken2 } @available(*, unavailable)