From 1d385fd35a7c0e85169dd7a6052f7d3974e9814c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 8 Dec 2025 19:20:46 +0100 Subject: [PATCH] ui: drop translucency for overlay background --- apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift b/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift index 22bf53f83..c511bdb84 100644 --- a/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift +++ b/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift @@ -324,7 +324,7 @@ private struct VoiceWakeOverlayView: View { .padding(.vertical, 8) .padding(.horizontal, 10) .frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .topLeading) - .background(.regularMaterial) + .background(Color(nsColor: .windowBackgroundColor)) .clipShape(RoundedRectangle(cornerRadius: 12, style: .continuous)) .onAppear { self.textFocused = false } .onChange(of: self.controller.model.text) { _, _ in