Skip to content

Commit 430a43d

Browse files
authored
Merge pull request #17 from mtonosaki/Color-iOS14
Color only supported iOS14
2 parents baf83e8 + 9efad7b commit 430a43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Tono/Color.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import SwiftUI
99

10-
@available(macOS 11.0, *)
10+
@available(macOS 11.0, iOS 14.0, *)
1111
public extension Color {
1212
init(sharpAndHexString: String) {
1313
let start = sharpAndHexString.index(

0 commit comments

Comments
 (0)