dm rounded corner
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Martti Malmi 2023-11-27 14:26:33 +02:00
parent 77ab39470f
commit dcd7faa3aa

View File

@ -66,7 +66,7 @@ export default function DM(props: DMProps) {
<div
className={
isMe
? "p-3 dm-gradient rounded-tl-lg rounded-tr-lg rounded-br-none"
? "p-3 dm-gradient rounded-tl-lg rounded-tr-lg rounded-bl-lg rounded-br-none"
: "p-3 bg-gray-300 rounded-tl-lg rounded-tr-lg rounded-br-lg rounded-bl-none other"
}>
{sender()}