Skip to content

Commit de6044f

Browse files
style(chat): set sidebar QA title text color to red
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e8463fb commit de6044f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/views/chat/ChatListContainer.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ function onChatRenamed(chat: Chat) {
306306
align-items: center;
307307
justify-content: space-between;
308308
font-weight: 500;
309+
310+
> div {
311+
color: red;
312+
}
309313
}
310314
311315
.btn {

0 commit comments

Comments
 (0)