Tweak resolution panel styling
This commit is contained in:
parent
601a9fe47f
commit
9408e9473c
|
@ -72,7 +72,7 @@ export function ResolutionPanel(props: {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Col className={clsx('rounded-md bg-white px-8 py-6', className)}>
|
<Col className={clsx('rounded-md bg-white px-8 py-6', className)}>
|
||||||
<Title className="mt-0 whitespace-nowrap" text="Resolve market" />
|
<Title className="!mt-0 whitespace-nowrap" text="Resolve market" />
|
||||||
|
|
||||||
<div className="mb-2 text-sm text-gray-500">Outcome</div>
|
<div className="mb-2 text-sm text-gray-500">Outcome</div>
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@ export default function ContractPage(props: {
|
||||||
const ogCardProps = getOpenGraphProps(contract)
|
const ogCardProps = getOpenGraphProps(contract)
|
||||||
|
|
||||||
const rightSidebar = hasSidePanel ? (
|
const rightSidebar = hasSidePanel ? (
|
||||||
<Col>
|
<Col className="gap-4">
|
||||||
{allowTrade && (
|
{allowTrade && (
|
||||||
<BetPanel className="hidden lg:flex" contract={contract} />
|
<BetPanel className="hidden lg:flex" contract={contract} />
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user