콘텐츠 메인 홈

- 콘텐츠 마켓 -> 보이스온 으로 변경
This commit is contained in:
Yu Sung 2025-03-24 10:46:08 +09:00
parent 4b38187330
commit ad9ecde424
3 changed files with 29 additions and 2 deletions

View File

@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "ic_launcher.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -17,9 +17,15 @@ struct ContentMainTabHomeView: View {
ScrollView(.vertical, showsIndicators: false) { ScrollView(.vertical, showsIndicators: false) {
VStack(alignment: .leading, spacing: 0) { VStack(alignment: .leading, spacing: 0) {
HStack(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)) .font(.custom(Font.bold.rawValue, size: 21.3))
.foregroundColor(Color.button) .foregroundColor(Color.white)
.padding(.leading, 8)
Spacer() Spacer()