Skip to content

Commit dfff9de

Browse files
authored
Merge pull request #3 from KU-Stacks/develop
[1.0.0-beta.1] SwiftUI Color 지원
2 parents f792451 + 14db83e commit dfff9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/KuringCommons/ColorSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public struct ColorSet {
9191
import SwiftUI
9292

9393
extension UIColor {
94-
var color: Color {
94+
public var color: Color {
9595
Color(uiColor: self)
9696
}
9797
}

0 commit comments

Comments
 (0)