diff --git a/es-core/src/components/RatingComponent.cpp b/es-core/src/components/RatingComponent.cpp index 3a0a26077..ad4482aec 100644 --- a/es-core/src/components/RatingComponent.cpp +++ b/es-core/src/components/RatingComponent.cpp @@ -271,7 +271,7 @@ void RatingComponent::applyTheme(const std::shared_ptr& theme, } else { mIconFilled.setColorShift(0xFFFFFFFF); - mIconFilled.setColorShift(0xFFFFFFFF); + mIconUnfilled.setColorShift(0xFFFFFFFF); } } }