Skip to content

Commit 6e556ea

Browse files
committed
🧩 :: Color Palette 변경에 μ˜ν•œ μ½”λ“œμˆ˜μ •
1 parent d6d3e4a commit 6e556ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€ŽProjects/Presentation/Sources/Signin/SigninViewController.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public final class SigninViewController: BaseReactorViewController<SigninReactor
1717
$0.backgroundColor = .GrayScale.gray90
1818
}
1919
private let titleImageView = UIImageView().then {
20-
$0.image = .jobisIcon(.door)
20+
$0.image = .jobisIcon(.door).resize(size: 32)
2121
}
2222
private let emailTextField = JobisTextField().then {
2323
$0.setTextField(

β€ŽProjects/Presentation/Sources/Signup/ProfileSetting/Components/EditProfileButton.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class EditProfileButton: BaseView {
77
private let disposeBag = DisposeBag()
88
private let editImageView = UIImageView().then {
99
$0.image = .jobisIcon(.edit)
10-
$0.tintColor = .Primary.blue20
10+
$0.tintColor = .Primary.blue30
1111
}
1212
private let editLabel = UILabel().then {
1313
$0.setJobisText("이미지 μˆ˜μ •ν•˜κΈ°", font: .subHeadLine, color: .Primary.blue30)

0 commit comments

Comments
Β (0)