From 67349bca0362881ebf4252678ea8d401de843f20 Mon Sep 17 00:00:00 2001 From: ingawei Date: Wed, 12 Oct 2022 15:50:36 -0700 Subject: [PATCH] colors are bright --- web/components/answers/answers-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/answers/answers-panel.tsx b/web/components/answers/answers-panel.tsx index afb4f2e6..e1588909 100644 --- a/web/components/answers/answers-panel.tsx +++ b/web/components/answers/answers-panel.tsx @@ -218,7 +218,7 @@ function OpenAnswer(props: { tradingAllowed(contract) ? 'text-greyscale-7' : 'text-greyscale-5' )} style={{ - background: `linear-gradient(to right, ${color}90 ${colorWidth}%, #FBFBFF ${colorWidth}%)`, + background: `linear-gradient(to right, ${color} ${colorWidth}%, #FBFBFF ${colorWidth}%)`, }} >