Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] #420 - 홈 티켓 흰줄 제거 및 프로필 모서리 수정 #421

Merged
merged 1 commit into from
Mar 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Fix] #420 - 홈 티켓 흰줄 제거 및 프로필 모서리 수정
hyun99999 committed Mar 21, 2022
commit 82cfd2f50940c88b2cc47b9bf841552786156ebf
4 changes: 2 additions & 2 deletions Spark-iOS/Spark-iOS/Source/Cells/Home/HomeHabitCVC.swift
Original file line number Diff line number Diff line change
@@ -85,13 +85,13 @@ class HomeHabitCVC: UICollectionViewCell {
extension HomeHabitCVC {
private func setUI() {
flakeImage.contentMode = .scaleAspectFill
ticketImage.contentMode = .scaleAspectFit
ticketImage.contentMode = .scaleAspectFill

ddayTitleLabel.font = .h1BigtitleEng
ddaySubtitleLabel.font = .caption

[firstProfileImage, secondProfileImage, thirdProfileImage, fourthProfileImage].forEach {
$0?.layer.cornerRadius = 13
$0?.layer.cornerRadius = 14
$0?.layer.borderWidth = 2
$0?.layer.borderColor = UIColor.sparkWhite.cgColor
$0?.contentMode = .scaleAspectFill