Update the BG of SnapshotEditor to match the old color in legacyLightMode
This commit is contained in:
parent
af1964f9ac
commit
ed6d74db87
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ const EditorScene: React.FC<{snapshotEditorSheet: ISheet; paneId: string}> = ({
|
|||
|
||||
<primitive object={helpersRoot}></primitive>
|
||||
<ProxyManager orbitControlsRef={orbitControlsRef} />
|
||||
<color attach="background" args={[0.24, 0.24, 0.24]} />
|
||||
<color attach="background" args={[0.1, 0.1, 0.1]} />
|
||||
</DragDetectorProvider>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue