Skip to content

Commit 353e9eb

Browse files
committed
chat - use default text color for welcome
1 parent 959f83b commit 353e9eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/vs/workbench/contrib/chat/browser/media/chatViewWelcome.css

-3
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,13 @@ div.chat-welcome-view {
6262
& > .chat-welcome-view-progress {
6363
display: flex;
6464
gap: 6px;
65-
color: var(--vscode-descriptionForeground);
6665
text-align: center;
6766
max-width: 350px;
6867
padding: 0 20px;
6968
margin-top: 20px;
7069
}
7170

7271
& > .chat-welcome-view-message {
73-
color: var(--vscode-descriptionForeground);
7472
text-align: center;
7573
max-width: 350px;
7674
padding: 0 20px;
@@ -88,7 +86,6 @@ div.chat-welcome-view {
8886
}
8987

9088
& > .chat-welcome-view-tips {
91-
color: var(--vscode-descriptionForeground);
9289
max-width: 250px;
9390
margin-top: 10px;
9491

0 commit comments

Comments
 (0)