From 5fa2ecdb3e7605114500fcde93b1049c9520bc6c Mon Sep 17 00:00:00 2001 From: ingawei Date: Tue, 4 Oct 2022 01:37:29 -0700 Subject: [PATCH] drop shadowd instead of colors --- web/components/answers/answers-panel.tsx | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/web/components/answers/answers-panel.tsx b/web/components/answers/answers-panel.tsx index f73d42bc..76fbd03c 100644 --- a/web/components/answers/answers-panel.tsx +++ b/web/components/answers/answers-panel.tsx @@ -210,7 +210,7 @@ function OpenAnswer(props: { setOpen(true)} > @@ -223,16 +223,20 @@ function OpenAnswer(props: { />
{probPercent}
@@ -243,16 +247,6 @@ function OpenAnswer(props: { style={{ width: `${100 * Math.max(prob, 0.01)}%` }} /> - {/* - - */} ) }