mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-05 00:59:55 +00:00
fix
This commit is contained in:
parent
7494e31f97
commit
30d414a434
1 changed files with 1 additions and 4 deletions
|
|
@ -1398,10 +1398,7 @@ struct EnhancedEpisodeRow: View {
|
|||
.font(.system(size: 12, weight: .semibold))
|
||||
.padding(.horizontal, 8)
|
||||
.padding(.vertical, 4)
|
||||
.background(
|
||||
(self.colorScheme == .dark ? Color.red.opacity(0.20) : Color.red.opacity(0.10))
|
||||
.clipShape(Capsule())
|
||||
)
|
||||
.background(Color.red.opacity(fillerBadgeOpacity), in: Capsule())
|
||||
.overlay(
|
||||
Capsule()
|
||||
.stroke(Color.red.opacity(0.24), lineWidth: 0.6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue