Fix the access modifier

This commit is contained in:
Yannick Jérôme Loriot 2019-12-24 14:53:41 +01:00
parent f2d630f177
commit 5b74f7d281
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**