We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e48a14 commit 74bf2aaCopy full SHA for 74bf2aa
components/dashboard/src/components/ErrorMessage.tsx
@@ -11,7 +11,7 @@ import Alert from "./Alert";
11
function ErrorMessage(props: { imgSrc: string; imgAlt?: string; message: string }) {
12
return (
13
<>
14
- <div className="space-y-4 mt-4">
+ <div className="mt-16 w-96">
15
<Alert closable={false} showIcon={true} type="error">
16
<span>{props.message}</span>
17
</Alert>
0 commit comments