create challenge screen

This commit is contained in:
mantikoros 2022-08-02 17:49:08 -07:00
parent d6f29ac9b9
commit 5cb6f44c9c

View File

@ -119,7 +119,6 @@ function CreateChallengeForm(props: {
<Title className="!mt-2" text="Challenge a friend to bet " /> <Title className="!mt-2" text="Challenge a friend to bet " />
{/*<Row className="label ">How much?</Row>*/} {/*<Row className="label ">How much?</Row>*/}
<div className="mt-2 flex flex-col flex-wrap gap-x-5 gap-y-2"> <div className="mt-2 flex flex-col flex-wrap gap-x-5 gap-y-2">
<div>Question:</div>
<div className="mb-4 italic">{contract.question}</div> <div className="mb-4 italic">{contract.question}</div>
<div>You are betting:</div> <div>You are betting:</div>
@ -223,7 +222,7 @@ function CreateChallengeForm(props: {
isCreating ? 'disabled' : '' isCreating ? 'disabled' : ''
)} )}
> >
Create Continue
</Button> </Button>
</Row> </Row>
<Row className={'text-error'}>{error} </Row> <Row className={'text-error'}>{error} </Row>