mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-04 16:49:44 +00:00
donwnload test fix
This commit is contained in:
parent
3f370584a4
commit
f7bdb4dc4d
2 changed files with 3 additions and 1 deletions
|
|
@ -447,6 +447,8 @@ struct DownloadGroupCard: View {
|
|||
.foregroundColor(.gray)
|
||||
.font(.caption)
|
||||
}
|
||||
.contentShape(Rectangle())
|
||||
.background(Color.clear)
|
||||
}
|
||||
.buttonStyle(PlainButtonStyle())
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue