diff --git a/src/components/ui/Background.module.css b/src/components/ui/Background.module.css index d70ff29..89650b3 100644 --- a/src/components/ui/Background.module.css +++ b/src/components/ui/Background.module.css @@ -37,6 +37,6 @@ left: 0; width: 100vw; height: 100vh; - backdrop-filter: var(--bg-blur-large); + backdrop-filter: var(--bg-blur-lg); background-color: rgba(0, 0, 0, 0.4); }