Skip to content

Commit fbc3f05

Browse files
committed
Refactor: Gradient 오타 수정
1 parent f3a4038 commit fbc3f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Projects/Presentation/Sources/Common/DesignSystem/BitnagilColor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ enum BitnagilColor {
1919
static let gradientLeft = UIColor(named: "GradientLeft", in: bundle, compatibleWith: nil)
2020
static let gradientRight = UIColor(named: "GradientRight", in: bundle, compatibleWith: nil)
2121
static let homeGradientLeft = UIColor(named: "HomeGradientLeft", in: bundle, compatibleWith: nil)
22-
static let homeGgradientRight = UIColor(named: "HomeGradientRight", in: bundle, compatibleWith: nil)
22+
static let homeGradientRight = UIColor(named: "HomeGradientRight", in: bundle, compatibleWith: nil)
2323

2424
// MARK: - Emotion Colors
2525
static let happy = UIColor(named: "EmotionHappy", in: bundle, compatibleWith: nil)

0 commit comments

Comments
 (0)