From aa8bbf6dcd5a6c6aa7ebf1e248d95695faa61642 Mon Sep 17 00:00:00 2001 From: Justin Mazzocchi <2831158+jzzocc@users.noreply.github.com> Date: Sun, 28 Feb 2021 15:45:39 -0800 Subject: [PATCH] Add shadow path --- Views/UIKit/NewItemsView.swift | 1 + 1 file changed, 1 insertion(+) 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 } }