style: restore purple Optimize button in Image Gen and Video Gen
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7051d260fe
commit
fdfb8ceb2e
2 changed files with 2 additions and 2 deletions
|
|
@ -1651,7 +1651,7 @@ Return ONLY the final prompt text. No markdown, no preamble, no "Here is your pr
|
|||
<button
|
||||
onClick={generateOptimizedPrompt}
|
||||
disabled={isGenerating}
|
||||
className="flex items-center justify-center space-x-2 w-full px-4 py-3 bg-slate-200 hover:bg-slate-300 text-slate-900 font-normal rounded transition-all disabled:opacity-50 disabled:cursor-not-allowed"
|
||||
className="flex items-center justify-center space-x-2 w-full px-4 py-3 bg-purple-600 hover:bg-purple-500 text-white font-normal rounded transition-all disabled:opacity-50 disabled:cursor-not-allowed"
|
||||
>
|
||||
{isGenerating ? (
|
||||
<>
|
||||
|
|
|
|||
|
|
@ -1589,7 +1589,7 @@ OUTPUT: Two sections separated by --- only. No explanations or labels.`;
|
|||
<button
|
||||
onClick={generateOptimizedVideoPrompt}
|
||||
disabled={isOptimizing || isGenerating || !sceneDescription.trim()}
|
||||
className="w-full flex items-center justify-center gap-2 px-4 py-3 bg-slate-200 hover:bg-slate-300 text-slate-900 font-normal rounded transition-all disabled:opacity-50 disabled:cursor-not-allowed"
|
||||
className="w-full flex items-center justify-center gap-2 px-4 py-3 bg-purple-600 hover:bg-purple-500 text-white font-normal rounded transition-all disabled:opacity-50 disabled:cursor-not-allowed"
|
||||
>
|
||||
{isOptimizing ? (
|
||||
<>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue