Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
✨ :: userDefault
Browse files Browse the repository at this point in the history
image
  • Loading branch information
baekteun committed Mar 7, 2023
1 parent 3af65eb commit 691fb04
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ final class UserProfileView: UIView {
$0.layer.cornerRadius = 9
}
private let userProfileImageView = UIImageView().then {
$0.backgroundColor = .lightGray
$0.layer.cornerRadius = 28
$0.clipsToBounds = true
}
private let userNameLabel = UILabel().then {
$0.font = UIFont(font: GCMSFontFamily.Inter.bold, size: 14)
Expand Down

0 comments on commit 691fb04

Please sign in to comment.