Non-blue titles for bet / resolution panel
This commit is contained in:
parent
2b618be3ac
commit
2db69e4d15
|
@ -115,7 +115,10 @@ export function BetPanel(props: { contract: Contract; className?: string }) {
|
|||
<Col
|
||||
className={clsx('bg-gray-100 shadow-md px-8 py-6 rounded-md', className)}
|
||||
>
|
||||
<Title className="!mt-0 whitespace-nowrap" text={`Buy ${betChoice}`} />
|
||||
<Title
|
||||
className="mt-0 whitespace-nowrap text-neutral"
|
||||
text={`Buy ${betChoice}`}
|
||||
/>
|
||||
|
||||
<div className="mt-2 mb-1 text-sm text-gray-500">Outcome</div>
|
||||
<YesNoSelector
|
||||
|
|
|
@ -60,7 +60,7 @@ export function ResolutionPanel(props: {
|
|||
<Col
|
||||
className={clsx('bg-gray-100 shadow-md px-8 py-6 rounded-md', className)}
|
||||
>
|
||||
<Title className="mt-0" text="Your market" />
|
||||
<Title className="mt-0 text-neutral" text="Your market" />
|
||||
|
||||
<div className="pt-2 pb-1 text-sm text-gray-500">Resolve outcome</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user