재생 목록 생성/수정 - 새로운 콘텐츠 추가/제거
- 터치영역 수정
This commit is contained in:
@@ -61,12 +61,12 @@ struct PlaylistAddContentItemView: View {
|
||||
|
||||
Image(isChecked ? "ic_check_blue" : "ic_playlist_add")
|
||||
.padding(8)
|
||||
}
|
||||
.onTapGesture {
|
||||
onClick()
|
||||
isChecked.toggle()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
|
Reference in New Issue
Block a user