From 9698895c224da188ce64d8b76e9b9b22b22fe549 Mon Sep 17 00:00:00 2001 From: Sinclair Chen Date: Fri, 26 Aug 2022 17:39:46 -0700 Subject: [PATCH] Update fr chart colors --- web/components/answers/answers-graph.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/answers/answers-graph.tsx b/web/components/answers/answers-graph.tsx index d35132be..dae3a8b5 100644 --- a/web/components/answers/answers-graph.tsx +++ b/web/components/answers/answers-graph.tsx @@ -109,11 +109,11 @@ export const AnswersGraph = memo(function AnswersGraph(props: { }} colors={[ '#fca5a5', // red-300 - '#93c5fd', // blue-300 - '#86efac', // green-300 - '#f9a8d4', // pink-300 '#a5b4fc', // indigo-300 - '#fcd34d', // amber-300 + '#86efac', // green-300 + '#fef08a', // yellow-200 + '#fdba74', // orange-300 + '#c084fc', // purple-400 ]} pointSize={0} curve="stepAfter"