瀏覽代碼

clear action cell background color

cyberta 2 年之前
父節點
當前提交
fee2dacf54
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      deltachat-ios/Controller/AccountSwitchViewController.swift

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

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