fix: default cell corner radius
This commit is contained in:
parent
104116fd36
commit
50f6670710
|
|
@ -84,7 +84,7 @@ open class BaseFilterCollectionCell: UICollectionViewCell,
|
|||
}
|
||||
|
||||
open func configureAppearance() {
|
||||
// override in subclass
|
||||
layer.round(corners: .allCorners, radius: 6)
|
||||
}
|
||||
|
||||
open func localize() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue