Non-blue titles for bet / resolution panel

This commit is contained in:
jahooma 2022-01-13 12:58:46 -06:00
parent 2b618be3ac
commit 2db69e4d15
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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>