We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1544815 commit a44e558Copy full SHA for a44e558
src/utils/helpers/Errors.tsx
@@ -4,7 +4,7 @@ import { Alert, Space } from "antd";
4
function Errors() {
5
const error = useAppStore((state) => state.error);
6
return error ? (
7
- <Space direction="vertical" style={{ width: "100%" }}>
+ <Space direction="vertical" style={{ width: "100%", margin: "24px 0 0 24px" }}>
8
<Alert message={error} type="error" />
9
</Space>
10
) : (
0 commit comments