Bläddra i källkod

clear action cell background color

cyberta 2 år sedan
förälder
incheckning
fee2dacf54
1 ändrade filer med 1 tillägg och 0 borttagningar
  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
     }()