diff --git a/webui/src/common/components/BlurredBackground/styles.sass b/webui/src/common/components/BlurredBackground/styles.sass index bb1c6c5..1dafb94 100644 --- a/webui/src/common/components/BlurredBackground/styles.sass +++ b/webui/src/common/components/BlurredBackground/styles.sass @@ -4,3 +4,4 @@ background-position: center background-repeat: no-repeat background-size: cover + filter: blur(10px) \ No newline at end of file