Update the BG of SnapshotEditor to match the old color in legacyLightMode

This commit is contained in:
Aria Minaei 2023-08-05 10:00:50 +02:00
parent af1964f9ac
commit ed6d74db87

View file

@ -69,7 +69,7 @@ const EditorScene: React.FC<{snapshotEditorSheet: ISheet; paneId: string}> = ({
<primitive object={helpersRoot}></primitive> <primitive object={helpersRoot}></primitive>
<ProxyManager orbitControlsRef={orbitControlsRef} /> <ProxyManager orbitControlsRef={orbitControlsRef} />
<color attach="background" args={[0.24, 0.24, 0.24]} /> <color attach="background" args={[0.1, 0.1, 0.1]} />
</DragDetectorProvider> </DragDetectorProvider>
) )
} }