Style fix

This commit is contained in:
Saoud Rizwan
2024-09-07 09:35:03 -04:00
parent 5578357270
commit e6d95eaad4

View File

@@ -146,7 +146,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage }: ApiOptionsProps) => {
{anthropicBaseUrlSelected && ( {anthropicBaseUrlSelected && (
<VSCodeTextField <VSCodeTextField
value={apiConfiguration?.anthropicBaseUrl || ""} value={apiConfiguration?.anthropicBaseUrl || ""}
style={{ width: "100%", marginTop: 2 }} style={{ width: "100%", marginTop: 3 }}
type="url" type="url"
onInput={handleInputChange("anthropicBaseUrl")} onInput={handleInputChange("anthropicBaseUrl")}
placeholder="Default: https://api.anthropic.com" placeholder="Default: https://api.anthropic.com"