add space when showing error

This commit is contained in:
proddy
2025-02-02 13:28:37 +01:00
parent 685f0d93e5
commit 4bc93615c5

View File

@@ -17,6 +17,7 @@ const FormLoader = ({ errorMessage, onRetry }: FormLoaderProps) => {
<MessageBox my={2} level="error" message={errorMessage}>
{onRetry && (
<Button
sx={{ ml: 2 }}
startIcon={<RefreshIcon />}
variant="contained"
color="error"