Skip to content

Commit

Permalink
Merge pull request #476 from hyun99999/feature/#471
Browse files Browse the repository at this point in the history
fix: 명함만들기 뷰 아이콘 크기 수정 (#471)
  • Loading branch information
hyun99999 authored May 6, 2023
2 parents c76b593 + 6877a7f commit da4eb00
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ extension CardCreationCategoryViewController {
make.trailing.equalToSuperview().inset(24)
make.top.equalToSuperview().inset(11)
make.bottom.equalToSuperview().inset(9)
make.width.equalTo(basicImageView.snp.height).multipliedBy(118.0 / 97.0)
}

fanBackgroundView.snp.makeConstraints { make in
Expand All @@ -282,6 +283,7 @@ extension CardCreationCategoryViewController {
make.trailing.equalToSuperview().inset(24)
make.top.equalToSuperview().inset(11)
make.bottom.equalToSuperview().inset(9)
make.width.equalTo(fanImageView.snp.height).multipliedBy(118.0 / 97.0)
}

companyBackgroundView.snp.makeConstraints { make in
Expand All @@ -299,6 +301,7 @@ extension CardCreationCategoryViewController {
make.trailing.equalToSuperview().inset(24)
make.top.equalToSuperview().inset(11)
make.bottom.equalToSuperview().inset(9)
make.width.equalTo(companyImageView.snp.height).multipliedBy(118.0 / 97.0)
}

checkMarkImageView.snp.makeConstraints { make in
Expand Down

0 comments on commit da4eb00

Please sign in to comment.