From 1c209f68f6682790d47f4c160f044862b41977b5 Mon Sep 17 00:00:00 2001 From: ingawei <46611122+ingawei@users.noreply.github.com> Date: Wed, 12 Oct 2022 01:31:32 -0500 Subject: [PATCH] de daisy sell button (#1030) * de daisy sell button --- web/components/sell-row.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/web/components/sell-row.tsx b/web/components/sell-row.tsx index 4c12c35c..54765fa2 100644 --- a/web/components/sell-row.tsx +++ b/web/components/sell-row.tsx @@ -8,6 +8,7 @@ import { OutcomeLabel } from './outcome-label' import { useUserContractBets } from 'web/hooks/use-user-bets' import { useSaveBinaryShares } from './use-save-binary-shares' import { SellSharesModal } from './sell-modal' +import { Button } from './button' export function SellRow(props: { contract: BinaryContract | PseudoNumericContract @@ -37,17 +38,14 @@ export function SellRow(props: { shares - + {showSellModal && (