From 02a08981d047b648f903dc4f707a15e5a79a6e3f Mon Sep 17 00:00:00 2001
From: Release Bot <107104610+sourcegraph-release-bot@users.noreply.github.com>
Date: Thu, 8 Aug 2024 13:02:36 -0700
Subject: [PATCH] [Backport 5.6.x] Fix Cody Web CSS (#64373)
closes:
https://linear.app/sourcegraph/issue/SRCH-866/improve-cody-web-theming-for-consistency-with-rest-of-product
This PR updates the Cody Web CSS based on the changes requested by
@rrhyne.
Few buttons implemented in Cody doesn't satisfy the design
requirements and do not use the css variable so we couldn't update
them easily but rather had to override the styles.
## Test plan
Before:

After:

## Changelog
- Make Cody Web styles more accessible.
Backport
2dd38b3ffd828a1596249c2780ca91bf4bce4bdd from #64370
Co-authored-by: Naman Kumar
---
.../src/lib/cody/CodySidebarChat.svelte | 96 ++++++++++++++++--
.../components/chat-ui/ChatUI.module.scss | 97 +++++++++++++++++--
2 files changed, 177 insertions(+), 16 deletions(-)
diff --git a/client/web-sveltekit/src/lib/cody/CodySidebarChat.svelte b/client/web-sveltekit/src/lib/cody/CodySidebarChat.svelte
index b8a4ae46836..0a6a100c912 100644
--- a/client/web-sveltekit/src/lib/cody/CodySidebarChat.svelte
+++ b/client/web-sveltekit/src/lib/cody/CodySidebarChat.svelte
@@ -1,10 +1,10 @@