mirror of
https://github.com/caty21/forex-dashboard.git
synced 2026-08-20 07:58:06 +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
|
<button
|
||||||
onClick={run}
|
onClick={run}
|
||||||
disabled={loading}
|
disabled={loading}
|
||||||
style={{ color: '#94a3b8' }}
|
style={{ color: '#f59e0b' }}
|
||||||
onMouseEnter={e => (e.currentTarget.style.color = '#e2e8f0')}
|
onMouseEnter={e => (e.currentTarget.style.color = '#fcd34d')}
|
||||||
onMouseLeave={e => (e.currentTarget.style.color = '#94a3b8')}
|
onMouseLeave={e => (e.currentTarget.style.color = '#f59e0b')}
|
||||||
className="flex items-center gap-1 text-[10px] disabled:opacity-50 transition-colors px-2 py-1"
|
className="flex items-center gap-1 text-[10px] disabled:opacity-50 transition-colors px-2 py-1"
|
||||||
>
|
>
|
||||||
<Sparkles size={11} />
|
<Sparkles size={11} />
|
||||||
|
|||||||
Reference in New Issue
Block a user