فهرست منبع

Fix the sticky background color of the welcome view

System233 10 ماه پیش
والد
کامیت
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 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">
 					<VSCodeButton onClick={handleSubmit}>Let's go!</VSCodeButton>
 					{errorMessage && <span className="text-destructive">{errorMessage}</span>}