SessionCardView: Fix initial brightness making the card invisible

This commit is contained in:
Thomas Ricouard 2025-07-04 14:12:26 +02:00 committed by Peter Steinberger
parent 0c67a89622
commit 06e67cfb8d

View file

@ -15,7 +15,7 @@ struct SessionCardView: View {
@State private var opacity: Double = 1.0
@State private var scale: CGFloat = 1.0
@State private var rotation: Double = 0
@State private var brightness: Double = 1.0
@State private var brightness: Double = 0
@Environment(\.livePreviewSubscription) private var livePreview