콘텐츠 메인 홈
- 콘텐츠 마켓 -> 보이스온 으로 변경
This commit is contained in:
@@ -17,9 +17,15 @@ struct ContentMainTabHomeView: View {
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
HStack(spacing: 0) {
|
||||
Text("콘텐츠 마켓")
|
||||
Image("ic_launcher")
|
||||
.resizable()
|
||||
.frame(width: 33.3, height: 33.3)
|
||||
.cornerRadius(6.7)
|
||||
|
||||
Text("보이스온")
|
||||
.font(.custom(Font.bold.rawValue, size: 21.3))
|
||||
.foregroundColor(Color.button)
|
||||
.foregroundColor(Color.white)
|
||||
.padding(.leading, 8)
|
||||
|
||||
Spacer()
|
||||
|
||||
|
Reference in New Issue
Block a user