From a5500f3e77a175a1a7170a2ab90682455dd02891 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 8 Jun 2023 23:30:29 +0200 Subject: [PATCH] Added a blur to the BlurredBackground component --- webui/src/common/components/BlurredBackground/styles.sass | 1 + 1 file changed, 1 insertion(+) 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