Skip to content

Commit

Permalink
[AC-2850] fix: changed other user message text color (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 authored Jun 26, 2024
1 parent 25b9cfa commit 55d1a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserMessageWithBodyInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface BodyContainerProps {

const BodyContainer = styled.div<BodyContainerProps>`
font-size: 14px;
color: ${({ theme }) => theme.textColor.outgoingMessage};
color: ${({ theme }) => theme.textColor.incomingMessage};
max-width: calc(100% - 96px);
font-weight: normal;
font-stretch: normal;
Expand Down

0 comments on commit 55d1a84

Please sign in to comment.