Skip to content

Commit 182c9b9

Browse files
authored
fix(ChatContent): fixed text color error when the role is system (#4112)
1 parent cb7ed0f commit 182c9b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pro-components/chat/chat-content/chat-content.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
box-sizing: border-box;
1515
width: fit-content;
1616

17-
&__user {
17+
&__user,
18+
&__system {
1819
color: @chat-content-user-text-color;
1920

2021
._pre {

0 commit comments

Comments
 (0)