Prism
Prism copied to clipboard
Adds macOS support
Hey! I hope this small fix is helpful :) I added macOS support by creating a typealias for UIColor
Nice, thanks! Does this compile though on mac? I think I might have referenced from UIKit-only colors like UIColor.secondarySystemBackground, so not sure if a typealias fixes everything
Ah good point, I did not test it with the example project, only with my own project that was macOS only