Skip to content

Commit

Permalink
Merge branch 'main' into users/nityagi/WelcomeBannerFix
Browse files Browse the repository at this point in the history
  • Loading branch information
tyaginidhi authored Sep 26, 2023
2 parents 6df82f1 + 349a78d commit fa98e0b
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 fa98e0b

Please sign in to comment.