diff --git a/NADA-iOS-forRelease/Sources/Cells/CreationCard/BackCardCreationCollectionViewCell.swift b/NADA-iOS-forRelease/Sources/Cells/CreationCard/BackCardCreationCollectionViewCell.swift index e234c9ca..e0d5ce0e 100644 --- a/NADA-iOS-forRelease/Sources/Cells/CreationCard/BackCardCreationCollectionViewCell.swift +++ b/NADA-iOS-forRelease/Sources/Cells/CreationCard/BackCardCreationCollectionViewCell.swift @@ -73,7 +73,7 @@ extension BackCardCreationCollectionViewCell { optionalInfoTextLabel.font = .textBold01 tmiTextView.tintColor = .primary - tmiTextView.textContainerInset = UIEdgeInsets(top: 12, left: 24, bottom: 12, right: 24) + tmiTextView.textContainerInset = UIEdgeInsets(top: 12, left: 12, bottom: 12, right: 12) tmiTextView.backgroundColor = .textBox tmiTextView.font = .textRegular04 tmiTextView.text = "조금 더 다채로운 모습을 담아볼까요?"