Skip to content

Commit

Permalink
removed feedback colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Agudo committed Nov 15, 2022
1 parent 530d663 commit 601ae78
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
Binary file not shown.
5 changes: 0 additions & 5 deletions ios/Sources/Theming/Theme+Colors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,5 @@ public extension Theme {
public let brandSecondary06: DynamicColor
public let brandSecondary07: DynamicColor
public let brandSecondary08: DynamicColor

public let feedbackAccent: DynamicColor
public let feedbackError: DynamicColor
public let feedbackWarning: DynamicColor
public let feedbackSuccess: DynamicColor
}
}
11 changes: 0 additions & 11 deletions ios/Sources/Theming/UIColor+ProjectsNames.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,6 @@ public extension UIColor {
static var brandRedBase: UIColor { colors.brandSecondary04.base }
static var brandYellowBase: UIColor { colors.brandSecondary08.base }
static var brandIndigoBase: UIColor { colors.brandSecondary06.base }

static var feedbackAccentBase: UIColor { colors.feedbackAccent.base }
// swiftlint:disable:next force_unwrapping
static var feedbackAccent10 = UIColor(named: "default-feedback-accent-10", in: .module, compatibleWith: nil)!
static var feedbackAccent20: UIColor { colors.feedbackAccent.child20 }

static var feedbackErrorBase: UIColor { colors.feedbackError.base }

static var feedbackWarningBase: UIColor { colors.feedbackWarning.base }

static var feedbackSuccessBase: UIColor { colors.feedbackSuccess.base }

// Cell selection
static var backgroundSelected: UIColor { .systemGray3 }
Expand Down

0 comments on commit 601ae78

Please sign in to comment.