From 0de7c67fcb4f339b8a4bd6f0c34bd7a6b8b147f7 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 10 Dec 2021 16:44:20 -0800 Subject: [PATCH] Use an off-white background, darker text --- web/components/bet-panel.tsx | 2 +- web/components/contracts-list.tsx | 8 ++++---- web/pages/_document.tsx | 4 ++-- web/pages/account.tsx | 2 +- web/pages/contract/index.tsx | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/web/components/bet-panel.tsx b/web/components/bet-panel.tsx index 3c40dbfb..f4566eb0 100644 --- a/web/components/bet-panel.tsx +++ b/web/components/bet-panel.tsx @@ -50,7 +50,7 @@ export function BetPanel(props: { contract: Contract; className?: string }) { return (
Pick outcome
- +
-

+

{contract.question}

@@ -52,8 +52,8 @@ function ContractCard(props: { contract: Contract }) { export function ContractsList(props: { contracts: Contract[] }) { const { contracts } = props return ( -
-
    +
    +
      {contracts.map((contract) => ( ))} diff --git a/web/pages/_document.tsx b/web/pages/_document.tsx index 91a70e51..3b005b96 100644 --- a/web/pages/_document.tsx +++ b/web/pages/_document.tsx @@ -2,7 +2,7 @@ import { Html, Head, Main, NextScript } from 'next/document' export default function Document() { return ( - + Mantic Markets @@ -57,7 +57,7 @@ export default function Document() { }} /> - +
      diff --git a/web/pages/account.tsx b/web/pages/account.tsx index f210bd3b..a594e3a2 100644 --- a/web/pages/account.tsx +++ b/web/pages/account.tsx @@ -46,7 +46,7 @@ export default function Account() {
-

+

Your markets

diff --git a/web/pages/contract/index.tsx b/web/pages/contract/index.tsx index bc15e743..3ab7a395 100644 --- a/web/pages/contract/index.tsx +++ b/web/pages/contract/index.tsx @@ -55,10 +55,10 @@ export default function NewContract() {
-

+

Create a new prediction market

-
+
{/* Create a Tailwind form that takes in all the fields needed for a new contract */} {/* When the form is submitted, create a new contract in the database */}
@@ -176,7 +176,7 @@ export default function NewContract() { {/* Show a separate card for each contract */} -

+

Your markets