콘텐츠 그리드 리스트
- 아이템 간격 32로 수정
This commit is contained in:
@@ -35,11 +35,11 @@ struct ContentNewAllItemView: View {
|
||||
Image("ic_card_can_gray")
|
||||
|
||||
Text("\(item.price)")
|
||||
.font(.custom(Font.medium.rawValue, size: 8.3))
|
||||
.font(.custom(Font.medium.rawValue, size: 8.5))
|
||||
.foregroundColor(Color.white)
|
||||
} else {
|
||||
Text("무료")
|
||||
.font(.custom(Font.medium.rawValue, size: 8.3))
|
||||
.font(.custom(Font.medium.rawValue, size: 8.5))
|
||||
.foregroundColor(Color.white)
|
||||
}
|
||||
}
|
||||
@@ -52,10 +52,8 @@ struct ContentNewAllItemView: View {
|
||||
Spacer()
|
||||
|
||||
HStack(spacing: 2) {
|
||||
Image("ic_card_time_small_gray")
|
||||
|
||||
Text(item.duration)
|
||||
.font(.custom(Font.medium.rawValue, size: 8.3))
|
||||
.font(.custom(Font.medium.rawValue, size: 8.5))
|
||||
.foregroundColor(Color.white)
|
||||
}
|
||||
.padding(3)
|
||||
|
||||
Reference in New Issue
Block a user