From 5457cb39b306c6ffc2c8625f36b45a6737b1762e Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Fri, 10 Dec 2021 16:49:35 -0800 Subject: [PATCH] Use indigo for headings instead of green --- web/components/contracts-list.tsx | 2 +- web/pages/account.tsx | 2 +- web/pages/contract/index.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/components/contracts-list.tsx b/web/components/contracts-list.tsx index ac1bf15f..daac3b26 100644 --- a/web/components/contracts-list.tsx +++ b/web/components/contracts-list.tsx @@ -9,7 +9,7 @@ function ContractCard(props: { contract: Contract }) {
-

+

{contract.question}

diff --git a/web/pages/account.tsx b/web/pages/account.tsx index a594e3a2..ffc61b41 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 3ab7a395..abe258d4 100644 --- a/web/pages/contract/index.tsx +++ b/web/pages/contract/index.tsx @@ -55,7 +55,7 @@ export default function NewContract() {
-

+

Create a new prediction market

@@ -176,7 +176,7 @@ export default function NewContract() { {/* Show a separate card for each contract */} -

+

Your markets