라이브 상단에 메시지 버튼 추가
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user