Просмотр исходного кода

Fix the sticky background color of the welcome view

System233 10 месяцев назад
Родитель
Сommit
e5f5cbc79c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      webview-ui/src/components/welcome/WelcomeView.tsx

+ 1 - 1
webview-ui/src/components/welcome/WelcomeView.tsx

@@ -45,7 +45,7 @@ const WelcomeView = () => {
 				/>
 				/>
 			</div>
 			</div>
 
 
-			<div className="sticky bottom-0 bg-[var(--vscode-editor-background)] py-3">
+			<div className="sticky bottom-0 bg-[var(--vscode-sideBar-background)] py-3">
 				<div className="flex flex-col gap-1.5">
 				<div className="flex flex-col gap-1.5">
 					<VSCodeButton onClick={handleSubmit}>Let's go!</VSCodeButton>
 					<VSCodeButton onClick={handleSubmit}>Let's go!</VSCodeButton>
 					{errorMessage && <span className="text-destructive">{errorMessage}</span>}
 					{errorMessage && <span className="text-destructive">{errorMessage}</span>}