update border color
This commit is contained in:
parent
ed7df4b205
commit
3f6e3fae25
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ export const VoicesControl = ({ availableVoices, setVoiceAndRestart, voiceApiFai
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
placeholder="Enter voice"
|
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"
|
title="Voice API unavailable - enter custom voice"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue