From bac113e51b04b714646e469be3fe1a150f055854 Mon Sep 17 00:00:00 2001 From: syoul Date: Tue, 24 Mar 2026 13:22:45 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20couleur=20=C3=A9metteurs=20#e53935=20(ro?= =?UTF-8?q?uge)=20au=20lieu=20de=20#ff6d00=20(orange)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Meilleur contraste avec la couleur neutre or #d4a843. Co-Authored-By: Claude Sonnet 4.6 --- src/components/FlowMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FlowMap.tsx b/src/components/FlowMap.tsx index e78ae65..29e5289 100644 --- a/src/components/FlowMap.tsx +++ b/src/components/FlowMap.tsx @@ -17,7 +17,7 @@ function lerpColor(hex1: string, hex2: string, t: number): string { } const COLOR_NEUTRAL = '#d4a843'; // or Ğ1 -const COLOR_NEG = '#ff6d00'; // orange vif +const COLOR_NEG = '#e53935'; // rouge vif const COLOR_POS = '#00c853'; // vert vif const NEUTRAL_THRESHOLD = 0.05; // ±5 % → couleur neutre const CLUSTER_RADIUS = 38; // pixels — distance max pour regrouper deux villes