fix: grouped style default corner radius applied to appearance setting issue. resolve #350

This commit is contained in:
CMK 2022-04-07 20:04:06 +08:00
parent 2a986ec1ce
commit 33d68e8b6d
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@ class SettingsAppearanceTableViewCell: UITableViewCell {
subview.removeFromSuperview()
}
}
// remove grouped style table corner radius
layer.cornerRadius = 0
}
}