Skip to content

Commit 44b2277

Browse files
committed
Revert "Opaque background color + blur material — solid in light mode"
This reverts commit 062bf1d.
1 parent 35a0e38 commit 44b2277

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

AgentXcode/Agent/Views/ThinkingIndicatorView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ struct ThinkingIndicatorView: View {
314314
.transition(.opacity)
315315
}
316316
}
317-
.background(Color(nsColor: .controlBackgroundColor))
318-
.background(.ultraThinMaterial)
317+
.background(.ultraThinMaterial.opacity(0.95))
319318
.onAppear {
320319
if let tab {
321320
elapsed = tab.taskElapsed

0 commit comments

Comments
 (0)