We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b17ae commit 4750e59Copy full SHA for 4750e59
‎Sources/ShinySwiftUI/Extensions/SwiftUI/Color/Color+Codable.swift
@@ -15,7 +15,7 @@ import WatchKit
15
import AppKit
16
#endif
17
18
-@available(macOS 11.0, *)
+@available(iOS 14.0, macOS 11.0, *)
19
extension Color: Codable {
20
21
// MARK: - Inheritance
@@ -46,8 +46,7 @@ extension Color: Codable {
46
}
47
48
49
-
50
51
fileprivate extension Color {
52
#if os(macOS)
53
typealias SystemColor = NSColor
0 commit comments