숏플, 라이브 다시듣기 버튼 크기 수정
This commit is contained in:
parent
bc11519120
commit
68ac0a4e76
|
@ -42,6 +42,7 @@ struct ContentMainView: View {
|
|||
ZStack {
|
||||
Image("img_bg_short_play")
|
||||
.resizable()
|
||||
.frame(height: 53.3)
|
||||
.frame(maxWidth: .infinity)
|
||||
.cornerRadius(2.6)
|
||||
|
||||
|
@ -52,8 +53,6 @@ struct ContentMainView: View {
|
|||
.font(.custom(Font.bold.rawValue, size: 16.7))
|
||||
.foregroundColor(Color(hex: "dd158d"))
|
||||
}
|
||||
.padding(.vertical, 16)
|
||||
.frame(maxWidth: .infinity)
|
||||
.cornerRadius(2.6)
|
||||
}
|
||||
.onTapGesture {
|
||||
|
@ -65,6 +64,7 @@ struct ContentMainView: View {
|
|||
ZStack {
|
||||
Image("img_bg_review_live")
|
||||
.resizable()
|
||||
.frame(height: 53.3)
|
||||
.frame(maxWidth: .infinity)
|
||||
.cornerRadius(2.6)
|
||||
|
||||
|
@ -75,8 +75,6 @@ struct ContentMainView: View {
|
|||
.font(.custom(Font.bold.rawValue, size: 16.7))
|
||||
.foregroundColor(Color(hex: "0057ff"))
|
||||
}
|
||||
.padding(.vertical, 16)
|
||||
.frame(maxWidth: .infinity)
|
||||
.cornerRadius(2.6)
|
||||
}
|
||||
.onTapGesture {
|
||||
|
|
Loading…
Reference in New Issue