Skip to content

Commit a6c8140

Browse files
authored
docs(chat-markdown): 示例自定义光标省略号适配深色模式 (#4591)
1 parent 610b451 commit a6c8140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/pro-components/chat/chat-markdown/_example/tail/custom-tail2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* 自定义光标样式:省略号 */
22
.custom-tail2 {
33
display: inline-block;
4-
color: rgba(0, 0, 0, 0.9);
4+
color: var(--td-text-color-primary, rgba(0, 0, 0, 0.9));
55
}

0 commit comments

Comments
 (0)