Skip to content

Commit

Permalink
📝 Clore: #2 - 레거시 지우기
Browse files Browse the repository at this point in the history
  • Loading branch information
usa4060 committed Nov 6, 2023
1 parent a7bcb4b commit 034d7d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions DesignSystem/Sources/CMCTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ public final class CMCTextField: UIView{
fileprivate lazy var textField: CustomTextField = {
let textField = CustomTextField()
let leftPadding = UIView(frame: CGRect(x: 0, y: 0, width: 5, height: textField.frame.height))
// let rightPadding = UIView(frame: CGRect(x: 0, y: 0, width: 18, height: textField.frame.height))
textField.leftView = leftPadding
// textField.rightView = rightPadding
textField.leftViewMode = .always
// textField.rightViewMode = .always
// textField.layer.cornerRadius = 5
// textField.layer.borderWidth = 1
textField.keyboardType = keyboardType
textField.font = DesignSystemFontFamily.Pretendard.medium.font(size: 15)
textField.textColor = DesignSystemAsset.gray50.color
Expand Down

0 comments on commit 034d7d9

Please sign in to comment.