From 46ef54d03b27ee583aff21e7c2444c16071ad718 Mon Sep 17 00:00:00 2001
From: Matt Kirby <MattJKirby@outlook.com>
Date: Tue, 14 Mar 2023 21:37:58 +0000
Subject: [PATCH] Added custom colours

---
 daily-thought-frontend/tailwind.config.js | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/daily-thought-frontend/tailwind.config.js b/daily-thought-frontend/tailwind.config.js
index cf9b1777..092e9803 100644
--- a/daily-thought-frontend/tailwind.config.js
+++ b/daily-thought-frontend/tailwind.config.js
@@ -9,7 +9,12 @@ module.exports = {
     "./src/**/*.{js,ts,jsx,tsx}",
   ],
   theme: {
-    extend: {},
+    extend: {
+      colors: {
+        'c-green': '#7bfba5',
+        'c-pink': '#ea3381'
+      }
+    },
   },
   plugins: [],
 }
-- 
GitLab