ic_can_circle로 되어 있는 이미지 ic_can으로 변경
This commit is contained in:
		@@ -88,9 +88,10 @@ struct LiveReservationItemView: View {
 | 
			
		||||
                
 | 
			
		||||
                if item.price > 0 {
 | 
			
		||||
                    HStack(spacing: 2) {
 | 
			
		||||
                        Image("ic_can_circle")
 | 
			
		||||
                        Image("ic_can")
 | 
			
		||||
                            .resizable()
 | 
			
		||||
                            .frame(width: 12, height: 12)
 | 
			
		||||
                            .scaledToFit()
 | 
			
		||||
                            .frame(width: 12)
 | 
			
		||||
                        
 | 
			
		||||
                        Text("\(item.price)")
 | 
			
		||||
                            .font(.custom(Font.preRegular.rawValue, size: 12))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user