youjinp / SwiftUIKit

A collection of missing SwiftUI components
MIT License
277 stars 32 forks source link

Fix dark mode color switching #28

Closed alex-taffe closed 3 years ago

alex-taffe commented 3 years ago

The existing text color implementation did not use the automatic color changing built into UIColor, but rather set the color at runtime. Closes #27

youjinp commented 3 years ago

Thank you for the PR.

alex-taffe commented 3 years ago

@youjinp would you mind releasing a new version? Thanks

youjinp commented 3 years ago

done! :)