diff --git a/frontend/src/components/CinePromptStudio.jsx b/frontend/src/components/CinePromptStudio.jsx index 964ec19..a1f9287 100644 --- a/frontend/src/components/CinePromptStudio.jsx +++ b/frontend/src/components/CinePromptStudio.jsx @@ -1586,7 +1586,7 @@ Return ONLY the final prompt text. No markdown, no preamble, no "Here is your pr onClick={() => setAspectRatio(ratio)} className={`px-4 py-2 rounded font-normal transition-all ${ aspectRatio === ratio - ? 'bg-cinema-gold text-slate-950' + ? 'bg-slate-200 text-slate-950' : 'bg-slate-800 text-slate-400 hover:bg-slate-700' }`} > @@ -1858,7 +1858,7 @@ Return ONLY the final prompt text. No markdown, no preamble, no "Here is your pr onClick={() => setImageModelType(opt.value)} className={`flex-1 px-3 py-2 rounded font-normal transition-all text-sm ${ imageModelType === opt.value - ? 'bg-cinema-gold text-slate-950' + ? 'bg-slate-200 text-slate-950' : 'bg-slate-800 text-slate-400 hover:bg-slate-700' }`} > @@ -1879,7 +1879,7 @@ Return ONLY the final prompt text. No markdown, no preamble, no "Here is your pr onClick={() => setImageResolution(res)} className={`px-4 py-2 rounded text-sm font-normal transition-all ${ imageResolution === res - ? 'bg-cinema-gold text-slate-950' + ? 'bg-slate-200 text-slate-950' : 'bg-slate-800 text-slate-400 hover:bg-slate-700' }`} > diff --git a/frontend/src/components/ProjectsTab.jsx b/frontend/src/components/ProjectsTab.jsx index 49bc8c7..823dae8 100644 --- a/frontend/src/components/ProjectsTab.jsx +++ b/frontend/src/components/ProjectsTab.jsx @@ -788,7 +788,7 @@ const ProjectsTab = ({ onProjectSelect, activeProjectId, onRerunVideo, onEditInI }} className={`flex items-center gap-2 px-3 py-1.5 rounded text-sm transition-all ${ isSelecting - ? 'bg-cinema-gold text-slate-950' + ? 'bg-slate-200 text-slate-950' : 'bg-slate-800 text-slate-400 hover:bg-slate-700' }`} > @@ -875,7 +875,7 @@ const ProjectsTab = ({ onProjectSelect, activeProjectId, onRerunVideo, onEditInI