evgenyneu / Cosmos

A star rating control for iOS/tvOS written in Swift
MIT License
2.18k stars 369 forks source link

Allow use of semantic colors #153

Closed robhoffmann32 closed 4 years ago

robhoffmann32 commented 4 years ago

Please allow support for dark mode and use of semantic colors in iOS 13. Ex. Using "Label Color" for filledColor, emptyBorderColor, and filledBorderColor works fine in light mode, but when the device is running in dark mode the stars are still black when they should be white.

robhoffmann32 commented 4 years ago

My bad, it was a UI redrawing issue. After the device was changed to dark mode if the stars were redrawn they were correct colors.