fix(main): 추천 홈 후속 검증을 보완한다
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import SwiftUI
|
||||
|
||||
struct ExpandableTextView: View {
|
||||
struct V2ExpandableTextView: View {
|
||||
let text: String
|
||||
let lineLimit: Int
|
||||
let moreTitle: String
|
||||
@@ -71,9 +71,9 @@ struct ExpandableTextView: View {
|
||||
}
|
||||
}
|
||||
|
||||
struct ExpandableTextView_Previews: PreviewProvider {
|
||||
struct V2ExpandableTextView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ExpandableTextView(text: "긴 사업자 정보 텍스트가 들어가는 영역입니다. 세 줄을 넘어가면 더보기 버튼이 표시되고, 더보기 버튼을 누르면 전체 문구가 표시됩니다.")
|
||||
V2ExpandableTextView(text: "긴 사업자 정보 텍스트가 들어가는 영역입니다. 세 줄을 넘어가면 더보기 버튼이 표시되고, 더보기 버튼을 누르면 전체 문구가 표시됩니다.")
|
||||
.padding(SodaSpacing.s20)
|
||||
.background(Color.black)
|
||||
.previewLayout(.sizeThatFits)
|
||||
Reference in New Issue
Block a user