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 => (