Skip to content

Commit

Permalink
[fix] #156 검색바 placeholder 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Nov 21, 2024
1 parent fa5902d commit 8043f47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ private extension PokitSearchView {
PokitIconRInput(
text: $store.searchText,
icon: store.isSearching ? .icon(.x) : .icon(.search),
placeholder: "제목, 메모를 검색해보세요.",
shape: .round,
focusState: $focused,
equals: true,
Expand Down

0 comments on commit 8043f47

Please sign in to comment.