ic_can_circle로 되어 있는 이미지 ic_can으로 변경

This commit is contained in:
Yu Sung
2025-08-30 00:47:50 +09:00
parent 6afe04048f
commit 26271e421d
6 changed files with 12 additions and 9 deletions

View File

@@ -64,9 +64,10 @@ struct LiveNowItemView: View {
if item.price > 0 {
HStack(spacing: 2) {
Image("ic_can_circle")
Image("ic_can")
.resizable()
.frame(width: 16, height: 16)
.scaledToFit()
.frame(width: 16)
Text("\(item.price)")
.font(.custom(Font.preRegular.rawValue, size: 14))