mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix the sticky background color of the welcome view
This commit is contained in:
parent
1fcdd33339
commit
e5f5cbc79c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue