tyle: refresh editor controls with monochrome UI
This commit is contained in:
@@ -148,7 +148,7 @@ export function EditorPage(): React.JSX.Element {
|
||||
camera={{ position: [0, 50, 100], fov: 50 }}
|
||||
style={{ width: "100%", height: "100%" }}
|
||||
onCreated={({ gl }) => {
|
||||
gl.setClearColor("#1e293b");
|
||||
gl.setClearColor("#050505");
|
||||
}}
|
||||
>
|
||||
<EditorScene
|
||||
|
||||
Reference in New Issue
Block a user