diff --git a/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift b/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift index a3a481128..5231a58b7 100644 --- a/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift +++ b/apps/macos/Sources/Clawdis/VoiceWakeOverlay.swift @@ -453,7 +453,7 @@ private struct VibrantLabelView: NSViewRepresentable { label.cell?.isScrollable = false label.setContentHuggingPriority(.defaultLow, for: .horizontal) label.setContentCompressionResistancePriority(.defaultLow, for: .horizontal) - label.textColor = .labelColor + label.textColor = .textColor let container = ClickCatcher(onTap: onTap) container.addSubview(label)