We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a4038 commit fbc3f05Copy full SHA for fbc3f05
1 file changed
Projects/Presentation/Sources/Common/DesignSystem/BitnagilColor.swift
@@ -19,7 +19,7 @@ enum BitnagilColor {
19
static let gradientLeft = UIColor(named: "GradientLeft", in: bundle, compatibleWith: nil)
20
static let gradientRight = UIColor(named: "GradientRight", in: bundle, compatibleWith: nil)
21
static let homeGradientLeft = UIColor(named: "HomeGradientLeft", in: bundle, compatibleWith: nil)
22
- static let homeGgradientRight = UIColor(named: "HomeGradientRight", in: bundle, compatibleWith: nil)
+ static let homeGradientRight = UIColor(named: "HomeGradientRight", in: bundle, compatibleWith: nil)
23
24
// MARK: - Emotion Colors
25
static let happy = UIColor(named: "EmotionHappy", in: bundle, compatibleWith: nil)
0 commit comments