mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Make user messages blue (#428)
This commit is contained in:
parent
ddf27c0891
commit
7af57b3e1d
@ -27,7 +27,9 @@ function MessageList(): JSX.Element {
|
||||
alt={`${msg.sender} avatar`}
|
||||
className="w-[40px] h-[40px] mx-2.5"
|
||||
/>
|
||||
<Card className="w-4/5">
|
||||
<Card
|
||||
className={`w-4/5 ${msg.sender === "user" ? "bg-primary" : ""}`}
|
||||
>
|
||||
<CardBody>{msg.content}</CardBody>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user