Skip to content

Commit

Permalink
chore :: 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cyj513 committed Oct 20, 2024
1 parent 9d53088 commit b3143be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class BugReportView: BaseView {
private let titleLabel = PiCKLabel(textColor: .modeBlack, font: .label1)
private let textField = PiCKTextField(placeholder: "예: 메인, 외출 신청").then {
$0.isHidden = true
$0.keyboardType = .default
}
private let textView = PiCKTextView(
title: "버그에 대해 설명해주세요. *",
Expand Down

0 comments on commit b3143be

Please sign in to comment.