Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcho committed Dec 12, 2024
1 parent 790ce35 commit f037afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ParsedBotMessageBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ const TextContainer = styled.div`
padding: 8px 12px;
gap: 12px;
white-space: pre-wrap;
border-radius: 16px;
background-color: ${({ theme }) => theme.bgColor.incomingMessage};
`;

/**
Expand Down

0 comments on commit f037afc

Please sign in to comment.