microsoft / FluentDarkModeKit

A library for backporting Dark Mode in iOS
MIT License
1.63k stars 125 forks source link

Mistake in README #41

Closed me-abhinav closed 4 years ago

me-abhinav commented 4 years ago

The README needs to be corrected. Following is not a UIColor extension. I think it should be UIImage extension.

extension UIColor {
    init(_: DMNamespace, light: UIImage, dark: UIImage)
}

https://github.com/microsoft/DarkModeKit/blob/master/README.md#images

PetrGuan commented 4 years ago

@me-abhinav Thanks for reporting this! We'll fix this.