mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
SessionCardView: Fix initial brightness making the card invisible
This commit is contained in:
parent
0c67a89622
commit
06e67cfb8d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ struct SessionCardView: View {
|
||||||
@State private var opacity: Double = 1.0
|
@State private var opacity: Double = 1.0
|
||||||
@State private var scale: CGFloat = 1.0
|
@State private var scale: CGFloat = 1.0
|
||||||
@State private var rotation: Double = 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
|
@Environment(\.livePreviewSubscription) private var livePreview
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue