Skip to content

Commit 0dac2a8

Browse files
[cherry-pick] Fix New Session Prompt Description Color (#331358)
Co-authored-by: vs-code-engineering[bot] <vs-code-engineering[bot]@users.noreply.github.com>
1 parent 11f3547 commit 0dac2a8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/sessions/contrib/chat/browser/media/newSessionPromptOptions.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
}
102102

103103
.new-session-prompt-option-title {
104-
color: var(--vscode-descriptionForeground);
105104
display: flex;
106105
font-size: var(--vscode-agents-fontSize-body1);
107106
font-weight: var(--vscode-agents-fontWeight-semiBold);
@@ -147,7 +146,7 @@
147146
}
148147

149148
.new-session-prompt-option-description {
150-
color: var(--vscode-agentsChatInput-placeholderForeground, var(--vscode-descriptionForeground));
149+
color: var(--vscode-descriptionForeground);
151150
font-size: var(--vscode-agents-fontSize-label1);
152151
font-weight: var(--vscode-agents-fontWeight-regular);
153152
grid-column: 1 / -1;

0 commit comments

Comments
 (0)