Fix the access modifier
This commit is contained in:
parent
f2d630f177
commit
5b74f7d281
|
@ -27,7 +27,7 @@
|
|||
import SwiftUI
|
||||
|
||||
@available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *)
|
||||
extension Color {
|
||||
public extension Color {
|
||||
// MARK: - Manipulating Hexa-decimal Values and Strings
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue