mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-07-27 20:37:45 +00:00
fix: Résumé IA → amber #f59e0b (diagnostic cache navigateur)
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user