diff --git a/Source/Configuration/YPColors.swift b/Source/Configuration/YPColors.swift index 465f386d2..add8fca8c 100644 --- a/Source/Configuration/YPColors.swift +++ b/Source/Configuration/YPColors.swift @@ -51,7 +51,7 @@ public struct YPColors { public var bottomMenuItemUnselectedTextColor: UIColor = .ypSecondaryLabel /// The color of the crop overlay. - public var cropOverlayColor: UIColor = .ypSystemBackground.withAlphaComponent(0.4) + public var cropOverlayColor: UIColor = UIColor.ypSystemBackground.withAlphaComponent(0.4) /// The default color of all navigation bars except album's. public var defaultNavigationBarColor: UIColor = .offWhiteOrBlack