aboutsummaryrefslogtreecommitdiff
path: root/modern/src/common/components/ErrorHandler.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/common/components/ErrorHandler.js')
-rw-r--r--modern/src/common/components/ErrorHandler.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/common/components/ErrorHandler.js b/modern/src/common/components/ErrorHandler.js
index 757a78ef..5c9c26d9 100644
--- a/modern/src/common/components/ErrorHandler.js
+++ b/modern/src/common/components/ErrorHandler.js
@@ -16,6 +16,7 @@ const ErrorHandler = () => {
elevation={6}
onClose={() => dispatch(errorsActions.pop())}
severity="error"
+ variant="filled"
>
{error || previousError}
</Alert>