숏플, 라이브 다시듣기 버튼 크기 수정

This commit is contained in:
Yu Sung 2024-02-24 23:57:59 +09:00
parent bc11519120
commit 68ac0a4e76
1 changed files with 2 additions and 4 deletions

View File

@ -42,6 +42,7 @@ struct ContentMainView: View {
ZStack { ZStack {
Image("img_bg_short_play") Image("img_bg_short_play")
.resizable() .resizable()
.frame(height: 53.3)
.frame(maxWidth: .infinity) .frame(maxWidth: .infinity)
.cornerRadius(2.6) .cornerRadius(2.6)
@ -52,8 +53,6 @@ struct ContentMainView: View {
.font(.custom(Font.bold.rawValue, size: 16.7)) .font(.custom(Font.bold.rawValue, size: 16.7))
.foregroundColor(Color(hex: "dd158d")) .foregroundColor(Color(hex: "dd158d"))
} }
.padding(.vertical, 16)
.frame(maxWidth: .infinity)
.cornerRadius(2.6) .cornerRadius(2.6)
} }
.onTapGesture { .onTapGesture {
@ -65,6 +64,7 @@ struct ContentMainView: View {
ZStack { ZStack {
Image("img_bg_review_live") Image("img_bg_review_live")
.resizable() .resizable()
.frame(height: 53.3)
.frame(maxWidth: .infinity) .frame(maxWidth: .infinity)
.cornerRadius(2.6) .cornerRadius(2.6)
@ -75,8 +75,6 @@ struct ContentMainView: View {
.font(.custom(Font.bold.rawValue, size: 16.7)) .font(.custom(Font.bold.rawValue, size: 16.7))
.foregroundColor(Color(hex: "0057ff")) .foregroundColor(Color(hex: "0057ff"))
} }
.padding(.vertical, 16)
.frame(maxWidth: .infinity)
.cornerRadius(2.6) .cornerRadius(2.6)
} }
.onTapGesture { .onTapGesture {