숏플, 라이브 다시듣기 버튼 크기 수정
This commit is contained in:
parent
bc11519120
commit
68ac0a4e76
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue