From 349a78d49953d1e814297a4b89a801bb03b86024 Mon Sep 17 00:00:00 2001 From: amitjoshi438 <54068463+amitjoshi438@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:47:40 +0530 Subject: [PATCH] fixed feedback div color (#723) Co-authored-by: amitjoshi --- src/common/copilot/assets/styles/copilot.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/copilot/assets/styles/copilot.css b/src/common/copilot/assets/styles/copilot.css index 5380351c..953a125d 100644 --- a/src/common/copilot/assets/styles/copilot.css +++ b/src/common/copilot/assets/styles/copilot.css @@ -156,7 +156,7 @@ body { margin: 10px 0px; border-radius: 4px; background-color: var(--vscode-sideBar-background) - + } .code-pre { @@ -236,7 +236,7 @@ li:before { align-items: center; justify-content: space-between; padding: 6px 20px 12px 20px; - background-color: var(--vscode-sideBar-background); + background-color: var(--vscode-editor-background); } .feedback-statement { @@ -312,4 +312,4 @@ hr { .icon-container { width: 14px; /* Set a fixed width for the icon */ margin-right: 4px; /* Add some spacing between icon and text */ -} \ No newline at end of file +}