소스 검색

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
     }()