fix button
This commit is contained in:
parent
d8ef363f06
commit
7a271fce29
|
@ -192,6 +192,7 @@ export function AnswerBetPanel(props: {
|
||||||
isSubmitting={isSubmitting}
|
isSubmitting={isSubmitting}
|
||||||
disabled={!!betDisabled}
|
disabled={!!betDisabled}
|
||||||
color={'indigo'}
|
color={'indigo'}
|
||||||
|
actionLabel="Buy"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<BetSignUpPrompt />
|
<BetSignUpPrompt />
|
||||||
|
|
|
@ -395,6 +395,7 @@ export function BuyPanel(props: {
|
||||||
disabled={!!betDisabled || outcome === undefined}
|
disabled={!!betDisabled || outcome === undefined}
|
||||||
size="xl"
|
size="xl"
|
||||||
color={outcome === 'NO' ? 'red' : 'green'}
|
color={outcome === 'NO' ? 'red' : 'green'}
|
||||||
|
actionLabel="Wager"
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<button
|
<button
|
||||||
|
|
Loading…
Reference in New Issue
Block a user