From f7bdb4dc4db74dc10090e966c83a7639ad2885be Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Sun, 25 May 2025 09:28:10 +0200 Subject: [PATCH] donwnload test fix --- Sora/Views/DownloadView.swift | 2 ++ Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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