Browse Source

clear action cell background color

cyberta 2 years ago
parent
commit
fee2dacf54
1 changed files with 1 additions and 0 deletions
  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
     }()