From 1af03bc53d8c64c1bcb46b289720c4dfa73faafd Mon Sep 17 00:00:00 2001 From: jahooma Date: Fri, 14 Jan 2022 16:59:14 -0600 Subject: [PATCH] Improve card style flashing on load --- web/components/contract-card.tsx | 41 ++++++++++++++++---------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/web/components/contract-card.tsx b/web/components/contract-card.tsx index 99605e00..9ca70cb8 100644 --- a/web/components/contract-card.tsx +++ b/web/components/contract-card.tsx @@ -24,27 +24,26 @@ export function ContractCard(props: { const { probPercent } = contractMetrics(contract) return ( - - - -

{question}

- -
- -
- +
+ + +
+ +

{question}

+ +
+ +
+
+ +
) }