From ae783020ef63d2930cd08172228a26f6a856f36c Mon Sep 17 00:00:00 2001 From: James Magahern Date: Sun, 3 May 2026 18:15:13 -0700 Subject: [PATCH] character opacity tweak --- ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift b/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift index e970448..320b050 100644 --- a/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift +++ b/ios/Packages/Sybil/Sources/Sybil/SybilWorkspaceView.swift @@ -1020,7 +1020,7 @@ private struct SybilChatCharacterBackdrop: View { LinearGradient( colors: [ Color.clear, - Color.black.opacity(0.74), + Color.black.opacity(0.98), Color.black ], startPoint: .leading,