mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
fix x3
This commit is contained in:
parent
a0fb8a56e7
commit
f52c6fd2df
1 changed files with 2 additions and 0 deletions
|
|
@ -1331,6 +1331,8 @@ struct EnhancedEpisodeRow: View {
|
|||
}
|
||||
}
|
||||
|
||||
@Environment(\.colorScheme) private var colorScheme
|
||||
private var fillerBadgeOpacity: Double { colorScheme == .dark ? 0.18 : 0.12 }
|
||||
var body: some View {
|
||||
ZStack {
|
||||
actionButtonsBackground
|
||||
|
|
|
|||
Loading…
Reference in a new issue