Skip to content

Commit

Permalink
yu
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei committed Sep 17, 2024
1 parent 35fe2a0 commit 472d6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/bet/bet-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export function BuyPanel(props: {
<BuyPanelBody
{...props}
panelClassName={
TWOMBA_ENABLED
TWOMBA_ENABLED || !!pseudonym
? 'bg-canvas-50'
: outcome === 'NO'
? 'bg-scarlet-50'
Expand Down

0 comments on commit 472d6dc

Please sign in to comment.