donwnload test fix

This commit is contained in:
Francesco 2025-05-25 09:28:10 +02:00
parent 3f370584a4
commit f7bdb4dc4d
2 changed files with 3 additions and 1 deletions

View file

@ -447,6 +447,8 @@ struct DownloadGroupCard: View {
.foregroundColor(.gray)
.font(.caption)
}
.contentShape(Rectangle())
.background(Color.clear)
}
.buttonStyle(PlainButtonStyle())
}

View file

@ -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