Skip to content

Commit

Permalink
Merge pull request #752 from arifbd/master
Browse files Browse the repository at this point in the history
Issue no #709 fixing
  • Loading branch information
NikKovIos authored Aug 19, 2022
2 parents 7e48bf1 + d51674f commit 6f3c3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Configuration/YPColors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f3c3d6

Please sign in to comment.