Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 6ee4446

Browse files
Fix Cody Web Svelte Sidebar (#64320)
Cody's Web Sidebar in Svelte is not following the theme when tested locally. This PR fixes that. I have tested this with multiple builds both with & without the diff. ## Test plan Before: ![image](https://github.com/user-attachments/assets/b2c669fa-a0a7-4dc7-9440-8fca7aa69fd5) After: ![CleanShot 2024-08-07 at 12 20 19@2x](https://github.com/user-attachments/assets/66bda613-d811-47d0-b0c5-23707e60f875) ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
1 parent f1d5d77 commit 6ee4446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/web-sveltekit/src/lib/cody/CodySidebarChat.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function getTelemetrySourceClient(): string {
8080

8181
<style lang="scss">
8282
.chat {
83+
--vscode-sideBar-background: transparent;
8384
--vscode-editor-background: var(--body-bg);
8485
--vscode-editor-foreground: var(--body-color);
8586
--vscode-input-background: var(--input-bg);

0 commit comments

Comments
 (0)