Merge pull request #654 from psv2522/better-border-on-input-focus

fix:Made the main inputbox focus styling better, added better spacing in openai compatible section
This commit is contained in:
Matt Rubens
2025-01-30 09:57:49 -05:00
committed by GitHub
2 changed files with 18 additions and 7 deletions

View File

@@ -563,7 +563,7 @@ const ApiOptions = ({ apiErrorMessage, modelIdErrorMessage }: ApiOptionsProps) =
)}
{selectedProvider === "openai" && (
<div>
<div style={{ display: "flex", flexDirection: "column", rowGap: "5px" }}>
<VSCodeTextField
value={apiConfiguration?.openAiBaseUrl || ""}
style={{ width: "100%" }}