Skip to content

Commit

Permalink
feat(assistant): update bubble chat styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 17, 2024
1 parent 3eeac24 commit 0b3b79d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webui/src/Components/AskAI/DrawerContent/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ export const BubbleWrapper = styled.div`
`;

export const Bubble = styled.div`
background-color: #4902f314;
background-color: rgb(14 255 242 / 22%);
color: #02f3e6;
margin-top: 20px;
text-align: right;
padding: 20px;
Expand Down

0 comments on commit 0b3b79d

Please sign in to comment.