검색
- hint 수정 - 검색 통합 결과 - 제목 2줄까지만 허용
This commit is contained in:
@@ -138,6 +138,8 @@ struct SearchContentItemView: View {
|
||||
Text(item.title)
|
||||
.font(.custom(Font.medium.rawValue, size: 13.3))
|
||||
.foregroundColor(Color.grayee)
|
||||
.multilineTextAlignment(.leading)
|
||||
.lineLimit(2)
|
||||
|
||||
Text(item.nickname)
|
||||
.font(.custom(Font.medium.rawValue, size: 10))
|
||||
@@ -173,6 +175,8 @@ struct SearchSeriesItemView: View {
|
||||
Text(item.title)
|
||||
.font(.custom(Font.medium.rawValue, size: 13.3))
|
||||
.foregroundColor(Color.grayee)
|
||||
.multilineTextAlignment(.leading)
|
||||
.lineLimit(2)
|
||||
|
||||
Text(item.nickname)
|
||||
.font(.custom(Font.medium.rawValue, size: 10))
|
||||
|
@@ -155,6 +155,9 @@ struct SearchView: View {
|
||||
viewModel.keyword = UserDefaults.string(forKey: .searchChannel)
|
||||
}
|
||||
}
|
||||
.onTapGesture {
|
||||
hideKeyboard()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user