diff --git a/SodaLive/Resources/Assets.xcassets/img_live.imageset/Contents.json b/SodaLive/Resources/Assets.xcassets/img_live.imageset/Contents.json index c23355f..6bbb1ef 100644 --- a/SodaLive/Resources/Assets.xcassets/img_live.imageset/Contents.json +++ b/SodaLive/Resources/Assets.xcassets/img_live.imageset/Contents.json @@ -1,17 +1,8 @@ { "images" : [ { - "filename" : "img_live.png", - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" + "filename" : "img_live.pdf", + "idiom" : "universal" } ], "info" : { diff --git a/SodaLive/Resources/Assets.xcassets/img_live.imageset/img_live.pdf b/SodaLive/Resources/Assets.xcassets/img_live.imageset/img_live.pdf new file mode 100644 index 0000000..ee1c58f Binary files /dev/null and b/SodaLive/Resources/Assets.xcassets/img_live.imageset/img_live.pdf differ diff --git a/SodaLive/Resources/Assets.xcassets/img_live.imageset/img_live.png b/SodaLive/Resources/Assets.xcassets/img_live.imageset/img_live.png deleted file mode 100644 index 0b4409d..0000000 Binary files a/SodaLive/Resources/Assets.xcassets/img_live.imageset/img_live.png and /dev/null differ diff --git a/SodaLive/Sources/Home/HomeLiveItemView.swift b/SodaLive/Sources/Home/HomeLiveItemView.swift index 561b994..d22470a 100644 --- a/SodaLive/Sources/Home/HomeLiveItemView.swift +++ b/SodaLive/Sources/Home/HomeLiveItemView.swift @@ -31,6 +31,8 @@ struct HomeLiveItemView: View { } Image("img_live") + .resizable() + .frame(width: 50, height: 18) } VStack(alignment: .leading, spacing: 4) { diff --git a/SodaLive/Sources/Home/HomeTabView.swift b/SodaLive/Sources/Home/HomeTabView.swift index f62e923..3bdd958 100644 --- a/SodaLive/Sources/Home/HomeTabView.swift +++ b/SodaLive/Sources/Home/HomeTabView.swift @@ -55,11 +55,11 @@ struct HomeTabView: View { VStack(alignment: .leading, spacing: 16) { 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) } .padding(.horizontal, 24) @@ -96,11 +96,11 @@ struct HomeTabView: View { VStack(alignment: .leading, spacing: 16) { 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) } .padding(.horizontal, 24) @@ -167,11 +167,11 @@ struct HomeTabView: View { VStack(alignment: .leading, spacing: 16) { 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) } .padding(.horizontal, 24) @@ -213,11 +213,11 @@ struct HomeTabView: View { VStack(alignment: .leading, spacing: 16) { 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) } .padding(.horizontal, 24) @@ -237,11 +237,11 @@ struct HomeTabView: View { VStack(alignment: .leading, spacing: 16) { 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) } .padding(.horizontal, 24) @@ -263,7 +263,7 @@ struct HomeTabView: View { VStack(alignment: .leading, spacing: 16) { HStack(spacing: 0) { Text(curation.title) - .font(.custom(Font.preBold.rawValue, size: 26)) + .font(.custom(Font.preBold.rawValue, size: 24)) .foregroundColor(.white) } .padding(.horizontal, 24)