diff --git a/src/renderer/src/pages/home/Chat.tsx b/src/renderer/src/pages/home/Chat.tsx index ac12e2aa25..eafd2fc0d5 100644 --- a/src/renderer/src/pages/home/Chat.tsx +++ b/src/renderer/src/pages/home/Chat.tsx @@ -74,6 +74,7 @@ const Container = styled.div` padding: 10px 15px 0 15px; } .message-user { + color: var(--chat-text-user); .markdown, .anticon, .iconfont,