i like how its turned out

This commit is contained in:
neon443
2025-08-27 15:12:48 +01:00
parent 6038b99b60
commit 97aba7f818

View File

@@ -14,7 +14,7 @@ struct CRTView: View {
TimelineView(.animation) { tl in TimelineView(.animation) { tl in
let time = tl.date.distance(to: startTime) let time = tl.date.distance(to: startTime)
Rectangle() Rectangle()
.foregroundStyle(.black.opacity(0.1)) .foregroundStyle(.black.opacity(1))
.visualEffect { content, proxy in .visualEffect { content, proxy in
content content
.colorEffect( .colorEffect(