add Blur
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-24 13:16:50 +01:00
parent dc7e82b143
commit 9b8b59d4e6

View File

@@ -57,7 +57,7 @@ const Fragment = () => {
export const R3Gradient = () => {
return (
<div className="-z-40 h-screen w-screen fixed bg-black opacity-60 top-0 left-0">
<div className="-z-40 h-screen w-screen fixed bg-black opacity-60 top-0 left-0 blur">
<Canvas camera={{ position: [0.0, 0.0, 5.0] }}>
<Fragment />
</Canvas>