Skip to content

Commit

Permalink
fixed feedback div color (#723)
Browse files Browse the repository at this point in the history
Co-authored-by: amitjoshi <[email protected]>
  • Loading branch information
amitjoshi438 and amitjoshi authored Sep 26, 2023
1 parent 91ef19f commit 349a78d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/copilot/assets/styles/copilot.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ body {
margin: 10px 0px;
border-radius: 4px;
background-color: var(--vscode-sideBar-background)

}

.code-pre {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 */
}
}

0 comments on commit 349a78d

Please sign in to comment.