diff --git a/View/ServerListTableViewCell.swift b/View/ServerListTableViewCell.swift index d263d8c..cd6d306 100644 --- a/View/ServerListTableViewCell.swift +++ b/View/ServerListTableViewCell.swift @@ -10,13 +10,12 @@ import Material import UIKit class ServerListTableViewCell: BaseTableViewCell { - let backgroundPanel: UIView = { let view = UIView() view.layer.cornerRadius = 3 view.clipsToBounds = true view.backgroundColor = BKColor.background.secondary - view.layer.cornerRadius = 25 + view.clipsToBounds = true view.layer.borderColor = BKColor.grey.lighten3.cgColor view.layer.borderWidth = 1 @@ -29,6 +28,7 @@ class ServerListTableViewCell: BaseTableViewCell