Update message blocks

This commit is contained in:
2026-02-12 21:29:48 -05:00
parent 0bf4a6a08c
commit 45ff84b106
10 changed files with 10 additions and 10 deletions

View File

@@ -11,12 +11,12 @@ const DarkMessageBlock = forwardRef<HTMLDivElement, MessageBlockProps>(({
return (
<MessageBlock
data-testid="mattrixwv-dark-message-block"
{...messageProps}
className={clsx(
className,
"bg-dark text-dark-xlight"
)}
ref={ref}
{...messageProps}
/>
);
});