fix:Made the main inputbox focus styling better, added better spacing in openai compatible section

This commit is contained in:
Prathmesh Vhatkar
2025-01-30 11:21:54 +05:30
parent 4026a87d2c
commit fec57e30a8
2 changed files with 9 additions and 1 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%" }}