We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baf83e8 + 9efad7b commit 430a43dCopy full SHA for 430a43d
Sources/Tono/Color.swift
@@ -7,7 +7,7 @@
7
8
import SwiftUI
9
10
-@available(macOS 11.0, *)
+@available(macOS 11.0, iOS 14.0, *)
11
public extension Color {
12
init(sharpAndHexString: String) {
13
let start = sharpAndHexString.index(
0 commit comments