mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
style update
This commit is contained in:
parent
b192c6823c
commit
282180ef1c
@ -4,5 +4,5 @@ export default function UserFacingErrorMessage(Props) {
|
|||||||
if (error == null) {
|
if (error == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return <div className="text-red-500 p-4 bg-lineHighlight animate-pulse">{error.message || 'Unknown Error :-/'}</div>;
|
return <div className="text-background px-2 py-1 bg-foreground w-full ml-auto">Error: {error.message || 'Unknown Error :-/'}</div>;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user