Skip to content

Commit ca35de3

Browse files
committed
Tiny settings cleanup
1 parent 28451f3 commit ca35de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,13 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
138138
paddingRight: 17,
139139
}}>
140140

141-
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>Provider Settings</h3>
141+
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>Settings</h3>
142142
<VSCodeButton onClick={handleSubmit}>Done</VSCodeButton>
143143
</div>
144144
<div
145145
style={{ flexGrow: 1, overflowY: "scroll", paddingRight: 8, display: "flex", flexDirection: "column" }}>
146146
<div style={{ marginBottom: 5 }}>
147+
<h3 style={{ color: "var(--vscode-foreground)", margin: 0, marginBottom: 15 }}>Provider Settings</h3>
147148
<ApiOptions
148149
showModelOptions={true}
149150
apiErrorMessage={apiErrorMessage}

0 commit comments

Comments
 (0)