Ver código fonte

clear action cell background color

cyberta 2 anos atrás
pai
commit
fee2dacf54

+ 1 - 0
deltachat-ios/Controller/AccountSwitchViewController.swift

@@ -30,6 +30,7 @@ class AccountSwitchViewController: UITableViewController {
     private lazy var addAccountCell: ActionCell = {
     private lazy var addAccountCell: ActionCell = {
         let cell = ActionCell()
         let cell = ActionCell()
         cell.actionTitle = String.localized("add_account")
         cell.actionTitle = String.localized("add_account")
+        cell.backgroundColor = .clear
         return cell
         return cell
     }()
     }()