Skip to content

Commit

Permalink
Fixing wrong backgroundPrimaryReversed color on Dark Theme (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistedajon authored Apr 1, 2022
1 parent 6167b4d commit 854c349
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ extension VitaminColor {
@available(*, deprecated, renamed: "backgroundAlert")
public static let backgroundDiscount = VitaminColor.Base.red400.color
public static let backgroundAlert = VitaminColor.Base.red300.color
public static let backgroundPrimaryReversed = VitaminColor.Base.black.color
public static let backgroundPrimaryReversed = VitaminColor.Base.white.color
public static let backgroundBrandPrimaryReversed = VitaminColor.Base.black.color

public static let contentPrimary = VitaminColor.Base.white.color
Expand Down

0 comments on commit 854c349

Please sign in to comment.