fix: default cell corner radius

This commit is contained in:
Nikita Semenov 2022-08-01 16:49:23 +03:00
parent 104116fd36
commit 50f6670710
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ open class BaseFilterCollectionCell: UICollectionViewCell,
}
open func configureAppearance() {
// override in subclass
layer.round(corners: .allCorners, radius: 6)
}
open func localize() {