From 8a3b8666d3d8392aa909f577929463c802816d7c Mon Sep 17 00:00:00 2001 From: Shreyas Dhoke <“shreyas.d@browserstack.com git config --global user.name “Shreyas> Date: Fri, 8 Aug 2025 17:09:00 +0530 Subject: [PATCH 1/2] Remove backgroudnimage --- client/src/components/themes/FilesAndThemes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/themes/FilesAndThemes.js b/client/src/components/themes/FilesAndThemes.js index b25e020..9853706 100644 --- a/client/src/components/themes/FilesAndThemes.js +++ b/client/src/components/themes/FilesAndThemes.js @@ -174,7 +174,7 @@ function FilesAndThemes({ backgroundTheme, setBackgroundTheme, hasImageBackgroun { value: 'green', name: 'Forest Green', color: '#166534' }, { value: 'purple', name: 'Royal Purple', color: '#7c3aed' }, { value: 'gradient', name: 'Sunset Gradient', color: 'linear-gradient(45deg, #ff6b6b, #ffd93d)' }, - ...(hasImageBackground ? [] : [{ value: 'image', name: 'Image Background', color: '#333' }]) + // ...(hasImageBackground ? [] : [{ value: 'image', name: 'Image Background', color: '#333' }]) ].map(theme => (