From 24879c8970223f63cc51c8827c4064f5601abbbe Mon Sep 17 00:00:00 2001 From: Kristoffer Hermansen Date: Fri, 5 Apr 2024 10:13:39 +0200 Subject: [PATCH] fix: removed cell color as the color is already applied on the cell --- Sources/SPConfetti/SPConfettiView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/SPConfetti/SPConfettiView.swift b/Sources/SPConfetti/SPConfettiView.swift index 26fdae1..cc48aad 100644 --- a/Sources/SPConfetti/SPConfettiView.swift +++ b/Sources/SPConfetti/SPConfettiView.swift @@ -239,7 +239,6 @@ open class SPConfettiView: UIView { var image = particle.image.resize(newWidth: particleWidth) if particlesConfig.colored { image = image.colored(color) - cell.color = color.cgColor } cell.contents = image.cgImage