Update message blocks
This commit is contained in:
@@ -11,12 +11,12 @@ const InfoMessageBlock = forwardRef<HTMLDivElement, MessageBlockProps>(({
|
||||
return (
|
||||
<MessageBlock
|
||||
data-testid="mattrixwv-info-message-block"
|
||||
{...messageProps}
|
||||
className={clsx(
|
||||
className,
|
||||
"bg-info-xlight text-info-xdark"
|
||||
)}
|
||||
ref={ref}
|
||||
{...messageProps}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user