fix: Résumé IA → amber #f59e0b (diagnostic cache navigateur)

This commit is contained in:
caty21
2026-06-27 20:16:22 +02:00
parent ec248744b1
commit 25a802e6eb
+3 -3
View File
@@ -45,9 +45,9 @@ export default function NarrativeButton({ currency, phase, macroScore }: Props)
<button
onClick={run}
disabled={loading}
style={{ color: '#94a3b8' }}
onMouseEnter={e => (e.currentTarget.style.color = '#e2e8f0')}
onMouseLeave={e => (e.currentTarget.style.color = '#94a3b8')}
style={{ color: '#f59e0b' }}
onMouseEnter={e => (e.currentTarget.style.color = '#fcd34d')}
onMouseLeave={e => (e.currentTarget.style.color = '#f59e0b')}
className="flex items-center gap-1 text-[10px] disabled:opacity-50 transition-colors px-2 py-1"
>
<Sparkles size={11} />