Decrease padding so sell shares label fits in one line

This commit is contained in:
James Grugett 2022-04-19 12:53:04 -05:00
parent 190a39b2d6
commit 24a9a79f16

View File

@ -54,7 +54,7 @@ export function BetPanel(props: {
return ( return (
<Col className={className}> <Col className={className}>
{sharesOutcome && user && mechanism === 'cpmm-1' && ( {sharesOutcome && user && mechanism === 'cpmm-1' && (
<Col className="rounded-t-md bg-gray-100 px-6 py-6"> <Col className="rounded-t-md bg-gray-100 px-4 py-6">
<Row className="items-center justify-between gap-2"> <Row className="items-center justify-between gap-2">
<div> <div>
You have {formatWithCommas(Math.floor(shares))}{' '} You have {formatWithCommas(Math.floor(shares))}{' '}