From 3f6e3fae25b1a817cf7f6a1b3dcf050a354ed24e Mon Sep 17 00:00:00 2001 From: kirkins Date: Sun, 9 Nov 2025 01:16:56 -0500 Subject: [PATCH] update border color --- src/components/player/VoicesControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/VoicesControl.tsx b/src/components/player/VoicesControl.tsx index 68aa5f4..cf58728 100644 --- a/src/components/player/VoicesControl.tsx +++ b/src/components/player/VoicesControl.tsx @@ -42,7 +42,7 @@ export const VoicesControl = ({ availableVoices, setVoiceAndRestart, voiceApiFai } }} placeholder="Enter voice" - className="bg-transparent text-foreground text-xs sm:text-sm focus:outline-none border border-accent rounded px-1.5 sm:px-2 py-0.5 sm:py-1 w-24 sm:w-28" + className="bg-transparent text-foreground text-xs sm:text-sm focus:outline-none border border-offbase focus:border-accent rounded px-1.5 sm:px-2 py-0.5 sm:py-1 w-24 sm:w-28" title="Voice API unavailable - enter custom voice" />