diff --git a/src/renderer/src/pages/home/Chat.tsx b/src/renderer/src/pages/home/Chat.tsx index 5a844000..ac12e2aa 100644 --- a/src/renderer/src/pages/home/Chat.tsx +++ b/src/renderer/src/pages/home/Chat.tsx @@ -85,7 +85,7 @@ const Container = styled.div` } } code { - color: var(--color-white-soft); + color: var(--color-text); } } `