Update resolution panel to gray bg

This commit is contained in:
jahooma 2022-01-06 22:00:19 -06:00
parent a7c42ee8ec
commit e3800de2ad

View File

@ -57,7 +57,9 @@ export function ResolutionPanel(props: {
: 'btn-disabled'
return (
<Col className={clsx('bg-white shadow-md px-8 py-6 rounded-md', className)}>
<Col
className={clsx('bg-gray-100 shadow-md px-8 py-6 rounded-md', className)}
>
<Title className="mt-0" text="Your market" />
<div className="pt-2 pb-1 text-sm text-gray-400">Resolve outcome</div>