콘텐츠 리스트, 콘텐츠 구매 창에 캔 아이콘 변경
This commit is contained in:
@@ -280,7 +280,7 @@ final class ContentDetailViewModel: ObservableObject {
|
||||
isShowPreviewAlert = false
|
||||
isLoading = true
|
||||
|
||||
repository.orderAudioContent(audioContentId: contentId, orderType: orderType)
|
||||
repository.orderAudioContent(contentId: contentId, orderType: orderType)
|
||||
.sink { result in
|
||||
switch result {
|
||||
case .finished:
|
||||
|
@@ -71,7 +71,7 @@ struct ContentOrderDialogView: View {
|
||||
Spacer()
|
||||
|
||||
HStack(spacing: 8) {
|
||||
Image("ic_coin_w")
|
||||
Image("ic_can")
|
||||
.resizable()
|
||||
.frame(width: 16.7, height: 16.7)
|
||||
|
||||
|
Reference in New Issue
Block a user