diff --git a/src/components/UserMessageWithBodyInput.tsx b/src/components/UserMessageWithBodyInput.tsx index a3df3948f..265ef7304 100644 --- a/src/components/UserMessageWithBodyInput.tsx +++ b/src/components/UserMessageWithBodyInput.tsx @@ -30,7 +30,7 @@ interface BodyContainerProps { const BodyContainer = styled.div` font-size: 14px; - color: ${({ theme }) => theme.textColor.outgoingMessage}; + color: ${({ theme }) => theme.textColor.incomingMessage}; max-width: calc(100% - 96px); font-weight: normal; font-stretch: normal;