빠진 아이콘 추가

This commit is contained in:
Yu Sung
2023-08-24 16:18:49 +09:00
parent bcb934a155
commit 594bcc27ca
34 changed files with 133 additions and 34 deletions

View File

@@ -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)

View File

@@ -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)