fix: 메인 홈

- 콘텐츠 업로드 버튼 추가
This commit is contained in:
Yu Sung
2025-07-15 05:06:29 +09:00
parent 97c34dd33b
commit b8f679d233
2 changed files with 25 additions and 1 deletions

View File

@@ -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,