Invert background, add a subtle shadow

This commit is contained in:
Tat Dat Duong
2025-03-07 15:28:11 +01:00
parent 9fc221e88a
commit 13240c7c26
3 changed files with 4 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ export function HumanMessage({
onSubmit={handleSubmitEdit}
/>
) : (
<p className="text-right py-1">{contentString}</p>
<p className="text-right px-4 py-2 rounded-3xl bg-muted">{contentString}</p>
)}
<div