Skip to content

Commit

Permalink
Changed user message to white
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhang03 committed Jul 10, 2024
1 parent 1119384 commit 6606a81
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/plugin-chat/example/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ html, body {
/* User message */
.user-message {
align-self: flex-end;
background-color: #D1D0E5;
background-color: #e7e7e7;
/* background-color: #D1D0E5; */
color: #000000;
border-radius: 15px 15px 0px 15px;
}
Expand Down Expand Up @@ -223,7 +224,8 @@ html, body {
.user-message::after {
right: -10px;
bottom: 0px; /* Adjust this value to align the tail */
border-left-color: #D1D0E5;
border-left-color: #e7e7e7;
/* border-left-color: #D1D0E5; */
border-right: 0;
border-bottom: 0;
border-top: 20px solid transparent;
Expand Down

0 comments on commit 6606a81

Please sign in to comment.