From f21c59d6c363da7c2b7f9d059a33f2efb6a3db9f Mon Sep 17 00:00:00 2001 From: Vasavi Kanamarlapudi Date: Wed, 13 Apr 2022 15:02:45 +0530 Subject: [PATCH] disabledIndicatorColor get called to set value --- .../Atoms/Views/CarouselIndicator/CarouselIndicator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/CarouselIndicator.swift b/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/CarouselIndicator.swift index bbfedf19..fa647ad1 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/CarouselIndicator.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/CarouselIndicator/CarouselIndicator.swift @@ -211,7 +211,7 @@ open class CarouselIndicator: Control, CarouselPageControlProtocol { previousIndex = 0 indicatorColor = model.inverted ? model.indicatorColor_inverted.uiColor : model.indicatorColor.uiColor - disabledIndicatorColor = model.inverted ? model.disabledIndicatorColor_inverted.uiColor : model.disabledIndicatorColor.uiColor + disabledIndicatorColor = model.disabledIndicatorColor.uiColor currentIndex = model.currentIndex isEnabled = model.enabled