修改 MutableTextCell TextColor

This commit is contained in:
Fin 2022-03-24 14:25:41 +08:00
parent 9f345ee3fc
commit 043bab5569

View File

@ -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)