From dcee1d75e089fad5fcd756d3aecaa81616c6c670 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Tue, 31 Mar 2026 22:59:39 +0200 Subject: [PATCH] Update background color handling in App.tsx --- src/app/App.tsx | 66 +++++++++++++++++++++++++------------------------ 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 7c911bf1..7b7550bb 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -3131,44 +3131,46 @@ export function App({ store, initialStatusMessage }: AppProps) { -
-
Background Colors
- {editorState.document.world.background.mode === "solid" ? ( - - ) : ( -
+ {editorState.document.world.background.mode !== "image" && ( +
+
Background Colors
+ {editorState.document.world.background.mode === "solid" ? ( - -
- )} -
+ ) : ( +
+ + +
+ )} +
+ )}
Ambient Light