bet panel styling
This commit is contained in:
parent
b624ec045e
commit
13300326fd
|
@ -94,7 +94,8 @@ export function BetPanel(props: {
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<Title className={clsx('!mt-0')} text="Place a trade" />
|
<div className="mb-6 text-2xl text-gray-700">Place a trade</div>
|
||||||
|
{/* <Title className={clsx('!mt-0 text-neutral')} text="Place a trade" /> */}
|
||||||
|
|
||||||
<BuyPanel contract={contract} user={user} userBets={userBets ?? []} />
|
<BuyPanel contract={contract} user={user} userBets={userBets ?? []} />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user