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