라이브 상단에 메시지 버튼 추가

This commit is contained in:
Yu Sung
2025-03-24 10:14:04 +09:00
parent 8cb7287b5d
commit 4b38187330
4 changed files with 47 additions and 15 deletions

View File

@@ -23,7 +23,14 @@ struct SectionRecommendLiveView: View {
Text("라이브")
.font(.custom(Font.bold.rawValue, size: 18.3))
.foregroundColor(Color(hex: "eeeeee"))
.foregroundColor(.grayee)
Spacer()
Image("ic_message")
.onTapGesture {
AppState.shared.setAppStep(step: .message)
}
}
.frame(width: screenSize().width - 26.7, alignment: .leading)