diff --git a/Views/UIKit/NewItemsView.swift b/Views/UIKit/NewItemsView.swift index 6de2417..d29da25 100644 --- a/Views/UIKit/NewItemsView.swift +++ b/Views/UIKit/NewItemsView.swift @@ -39,6 +39,7 @@ final class NewItemsView: UIView { layer.cornerRadius = cornerRadius blurView.layer.cornerRadius = cornerRadius + layer.shadowPath = UIBezierPath(roundedRect: layer.bounds, cornerRadius: cornerRadius).cgPath } }