Studio: remove red border on chat error messages (#6063)

Co-authored-by: shimmyshimmer <shimmyshimmer@users.noreply.github.com>
This commit is contained in:
Michael Han 2026-06-07 01:57:58 -07:00 committed by GitHub
commit da1c5b4b94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1894,7 +1894,7 @@ const ComposerRightControls: FC<{
const MessageError: FC = () => {
return (
<MessagePrimitive.Error>
<ErrorPrimitive.Root className="aui-message-error-root mt-2 rounded-md border border-destructive bg-destructive/10 p-3 text-destructive text-sm dark:bg-destructive/5 dark:text-red-200">
<ErrorPrimitive.Root className="aui-message-error-root mt-2 rounded-md bg-destructive/10 p-3 text-destructive text-sm dark:bg-destructive/5 dark:text-red-200">
<ErrorPrimitive.Message className="aui-message-error-message line-clamp-2" />
</ErrorPrimitive.Root>
</MessagePrimitive.Error>