Minor spacing fix

This commit is contained in:
Austin Chen 2021-12-18 15:24:58 -08:00
parent 639d17cada
commit d8dfd103b9

View File

@ -101,7 +101,7 @@ export function BetPanel(props: { contract: Contract; className?: string }) {
className className
)} )}
> >
<Title className="mt-0 whitespace-nowrap" text="Place a bet" /> <Title className="!mt-0 whitespace-nowrap" text="Place a bet" />
<div className="mt-2 mb-1 text-sm text-gray-400">Outcome</div> <div className="mt-2 mb-1 text-sm text-gray-400">Outcome</div>
<YesNoSelector <YesNoSelector