Skip to content

Commit

Permalink
🧩 :: Color Palette 변경에 μ˜ν•œ μ½”λ“œμˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
HongSJae committed Apr 5, 2024
1 parent d6d3e4a commit 6e556ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public final class SigninViewController: BaseReactorViewController<SigninReactor
$0.backgroundColor = .GrayScale.gray90
}
private let titleImageView = UIImageView().then {
$0.image = .jobisIcon(.door)
$0.image = .jobisIcon(.door).resize(size: 32)
}
private let emailTextField = JobisTextField().then {
$0.setTextField(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class EditProfileButton: BaseView {
private let disposeBag = DisposeBag()
private let editImageView = UIImageView().then {
$0.image = .jobisIcon(.edit)
$0.tintColor = .Primary.blue20
$0.tintColor = .Primary.blue30
}
private let editLabel = UILabel().then {
$0.setJobisText("이미지 μˆ˜μ •ν•˜κΈ°", font: .subHeadLine, color: .Primary.blue30)
Expand Down

0 comments on commit 6e556ea

Please sign in to comment.