From 043bab5569d00333b5091e5b993f034bfa32dd06 Mon Sep 17 00:00:00 2001 From: Fin Date: Thu, 24 Mar 2022 14:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20MutableTextCell=20TextColo?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- View/MutableTextCell.swift | 1 + 1 file changed, 1 insertion(+) 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)