Update bet-inline.tsx

This commit is contained in:
Pico2x 2022-09-15 15:51:14 +01:00
parent 772eeb5c93
commit 718218c717

View File

@ -79,7 +79,7 @@ export function BetInline(props: {
return ( return (
<Col className={clsx('items-center', className)}> <Col className={clsx('items-center', className)}>
<Row className="h-12 items-stretch gap-3 rounded bg-indigo-200 py-2 px-3"> <Row className="h-12 items-stretch gap-3 rounded bg-indigo-200 py-2 px-3">
<div className="text-xl">Bet</div> <div className="text-xl">Predict</div>
<YesNoSelector <YesNoSelector
className="space-x-0" className="space-x-0"
btnClassName="rounded-l-none rounded-r-none first:rounded-l-2xl last:rounded-r-2xl" btnClassName="rounded-l-none rounded-r-none first:rounded-l-2xl last:rounded-r-2xl"