Skip to content

Commit fac76d0

Browse files
committed
Update markdown progress text styling
1 parent 4555840 commit fac76d0

File tree

1 file changed

+2
-1
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,10 +647,11 @@
647647
}
648648

649649
.interactive-item-container .rendered-markdown.progress-step > p {
650+
color: var(--vscode-descriptionForeground);
651+
font-size: 12px;
650652
display: flex;
651653
gap: 5px;
652654
align-items: center;
653-
opacity: 0.7;
654655
margin-bottom: 4px;
655656
}
656657

0 commit comments

Comments
 (0)