Skip to content

Commit 5bb5760

Browse files
committed
[design] #167 링크 추가 페이지에서 텍스트 필드 placeholder 문구 수정
1 parent c40312f commit 5bb5760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Projects/Feature/FeatureContentSetting/Sources/ContentSetting/ContentSettingView.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ private extension ContentSettingView {
114114
),
115115
shape: .rectangle,
116116
state: $store.linkTextInputState,
117+
placeholder: "링크를 입력해주세요.",
117118
focusState: $focusedType,
118119
equals: .link
119120
)
@@ -131,6 +132,7 @@ private extension ContentSettingView {
131132
),
132133
shape: .rectangle,
133134
state: $store.titleTextInpuState,
135+
placeholder: "제목을 입력해주세요.",
134136
focusState: $focusedType,
135137
equals: .title
136138
)
@@ -151,6 +153,7 @@ private extension ContentSettingView {
151153
text: $store.memo,
152154
label: "메모",
153155
state: $store.memoTextAreaState,
156+
placeholder: "메모를 입력해주세요.",
154157
focusState: $focusedType,
155158
equals: .memo
156159
)

0 commit comments

Comments
 (0)