We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f792451 + 14db83e commit dfff9deCopy full SHA for dfff9de
Sources/KuringCommons/ColorSet.swift
@@ -91,7 +91,7 @@ public struct ColorSet {
91
import SwiftUI
92
93
extension UIColor {
94
- var color: Color {
+ public var color: Color {
95
Color(uiColor: self)
96
}
97
0 commit comments