diff --git a/Sora/Views/DownloadView.swift b/Sora/Views/DownloadView.swift index 787c023..3cdae21 100644 --- a/Sora/Views/DownloadView.swift +++ b/Sora/Views/DownloadView.swift @@ -447,6 +447,8 @@ struct DownloadGroupCard: View { .foregroundColor(.gray) .font(.caption) } + .contentShape(Rectangle()) + .background(Color.clear) } .buttonStyle(PlainButtonStyle()) } diff --git a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift index 27a0d4c..f87051f 100644 --- a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift +++ b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift @@ -113,7 +113,7 @@ struct EpisodeCell: View { .padding(.trailing, 4) } .contentShape(Rectangle()) - .background(isMultiSelectMode && isSelected ? Color.accentColor.opacity(0.1) : Color.clear) + .background(Color.clear) .cornerRadius(8) .contextMenu { contextMenuContent