From 18d355609a0e905a8800b40cbf51a04b6b5b37ec Mon Sep 17 00:00:00 2001 From: Matt Kirby <MattJKirby@outlook.com> Date: Thu, 13 Apr 2023 17:08:53 +0100 Subject: [PATCH] Change bg colour --- daily-thought-frontend/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-thought-frontend/src/pages/index.tsx b/daily-thought-frontend/src/pages/index.tsx index 0c2e4d89..013f431d 100644 --- a/daily-thought-frontend/src/pages/index.tsx +++ b/daily-thought-frontend/src/pages/index.tsx @@ -24,7 +24,7 @@ export default function Home() { <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="icon" href="/favicon.ico" /> </Head> - <main className='min-h-screen bg-c-pink'> + <main className='min-h-screen bg-white'> <NavBar user={null}> {user && <Hero /> -- GitLab