From d9da712af322280d360f7414bbba9a4df94d5aeb Mon Sep 17 00:00:00 2001 From: Fin Date: Tue, 7 Jan 2025 11:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=9F=9F=E5=90=8D=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98=20close:=20#277?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- View/ServerListTableViewCell.swift | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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