Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 282180e

Browse files
committed
style update
1 parent b192c68 commit 282180e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/repl/components/UserFacingErrorMessage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ export default function UserFacingErrorMessage(Props) {
44
if (error == null) {
55
return;
66
}
7-
return <div className="text-red-500 p-4 bg-lineHighlight animate-pulse">{error.message || 'Unknown Error :-/'}</div>;
7+
return <div className="text-background px-2 py-1 bg-foreground w-full ml-auto">Error: {error.message || 'Unknown Error :-/'}</div>;
88
}

0 commit comments

Comments
 (0)