This commit is contained in:
scigward 2025-08-20 17:13:10 +03:00
parent a0fb8a56e7
commit f52c6fd2df

View file

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