From 9ce3d76092eb3186b9d8bbf2b223cfeb63d53905 Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:22:07 +0100 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=8E=A8=20Defined=20colour=20palette?= =?UTF-8?q?=20for=20Tailwind.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tailwind.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tailwind.config.ts b/tailwind.config.ts index 3b25f1f..5ea29e2 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -14,6 +14,12 @@ const config: Config = { DEFAULT: '#000', 100: '#000319', }, + 'darkest-purple': '#240046', + 'darker-purple': '#3C096C', + 'dark-purple': '#5A189A', + purple: '#7B2CBF', + 'light-purple': '#9D4EDD', + background: 'hsl(var(--background))', foreground: 'hsl(var(--foreground))', card: { From deb52f36b1d319cd25fe13f417d1ed06a00df10d Mon Sep 17 00:00:00 2001 From: sid <35936587+siddharth-shringarpure@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:38:49 +0100 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=8E=A8=20Themed=20header=20components?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/custom/header.tsx | 10 ++++++---- components/scripts/MetaMask.tsx | 10 ++++++++-- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/components/custom/header.tsx b/components/custom/header.tsx index 5e80639..b044a19 100644 --- a/components/custom/header.tsx +++ b/components/custom/header.tsx @@ -36,14 +36,16 @@ const Header = () => { >
- TicketChain + + TicketChain +