빠진 아이콘 추가
This commit is contained in:
@@ -49,7 +49,7 @@ struct ContentListItemView: View {
|
||||
|
||||
HStack(spacing: 13.3) {
|
||||
HStack(spacing: 6) {
|
||||
Image("ic_heart")
|
||||
Image("ic_heart_777")
|
||||
.resizable()
|
||||
.frame(width: 13.3, height: 13.3)
|
||||
|
||||
|
@@ -88,7 +88,7 @@ struct LiveRoomInfoEditDialog: View {
|
||||
.clipped()
|
||||
.cornerRadius(10)
|
||||
} else {
|
||||
Image("ic_logo_220")
|
||||
Image("ic_logo")
|
||||
.resizable()
|
||||
.scaledToFit()
|
||||
.frame(width: 80, height: 116.8)
|
||||
|
Reference in New Issue
Block a user