fix: 메인 홈
- 콘텐츠 업로드 버튼 추가
This commit is contained in:
@@ -37,10 +37,14 @@ struct HomeLiveItemView: View {
|
||||
Text(item.creatorNickname)
|
||||
.font(.custom(Font.preRegular.rawValue, size: 18))
|
||||
.foregroundColor(.white)
|
||||
.lineLimit(2)
|
||||
.truncationMode(.tail)
|
||||
|
||||
Text(item.title)
|
||||
.font(.custom(Font.preRegular.rawValue, size: 16))
|
||||
.foregroundColor(Color(hex: "B0BEC5"))
|
||||
.lineLimit(2)
|
||||
.truncationMode(.tail)
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, 14)
|
||||
@@ -64,7 +68,7 @@ struct HomeLiveItemView: View {
|
||||
HomeLiveItemView(
|
||||
item: GetRoomListResponse(
|
||||
roomId: 1,
|
||||
title: "네네코 마사로",
|
||||
title: "네네코 마사로네네코 마사로네네코 마사로네네코 마사로",
|
||||
content: "테스트",
|
||||
beginDateTime: "2025-08-10 15:00:00",
|
||||
numberOfParticipate: 1,
|
||||
|
||||
Reference in New Issue
Block a user