diff --git a/src/components/scene/Scene.tsx b/src/components/scene/Scene.tsx index 0582c26..637afed 100644 --- a/src/components/scene/Scene.tsx +++ b/src/components/scene/Scene.tsx @@ -244,7 +244,7 @@ export function Scene(props: JSX.IntrinsicElements["group"]) { currentView === View.PCView ? "auto" : "none" } occlude="blending" - className="w-[1452px] h-[810px] bg-neutral-400" + className="w-[1452px] h-[810px] bg-[#0e1838]" scale={10} position={[0, 170, 0.25]} raycast={ @@ -253,12 +253,8 @@ export function Scene(props: JSX.IntrinsicElements["group"]) { : undefined } distanceFactor={10} - style={{ - backgroundImage: "url(/assets/pc-bg.webp)", - backgroundColor: "#111535", - }} > -