feat: 메인 라이브
- 라이브 다시 듣기 UI 추가
This commit is contained in:
@@ -24,11 +24,11 @@ struct HomeLatestContentView: View {
|
||||
var body: some View {
|
||||
HStack(spacing: 0) {
|
||||
Text("최신")
|
||||
.font(.custom(Font.preBold.rawValue, size: 26))
|
||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||
.foregroundColor(.button)
|
||||
|
||||
Text(" 콘텐츠")
|
||||
.font(.custom(Font.preBold.rawValue, size: 26))
|
||||
.font(.custom(Font.preBold.rawValue, size: 24))
|
||||
.foregroundColor(.white)
|
||||
|
||||
Spacer()
|
||||
|
||||
Reference in New Issue
Block a user