fixed bug

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-06-27 10:24:18 -05:00
parent 289353a443
commit 1044282c33
2 changed files with 4 additions and 4 deletions

View File

@ -436,8 +436,8 @@ open class TileContainerBase<PaddingType: DefaultValuing>: Control where Padding
containerView.removeDropShadows() containerView.removeDropShadows()
} }
containerView.dropShadowLayers?.forEach { $0.frame = bounds } containerView.dropShadowLayers?.forEach { $0.frame = containerView.bounds }
containerView.gradientLayers?.forEach { $0.frame = bounds } containerView.gradientLayers?.forEach { $0.frame = containerView.bounds }
if width != nil || height != nil { if width != nil || height != nil {
var containerViewWidth: CGFloat? var containerViewWidth: CGFloat?