Fix color

pull/288/head
nielsandriesse 5 years ago
parent 9c0f5978ce
commit 2f6fe36907

@ -30,7 +30,7 @@ final class VoiceMessageView2 : UIView {
private lazy var foregroundShapeLayer: CAShapeLayer = {
let result = CAShapeLayer()
result.fillColor = Colors.accent.cgColor
result.fillColor = isLightMode ? UIColor.white.cgColor : Colors.accent.cgColor
return result
}()

Loading…
Cancel
Save