From 0531f302a1ff86e5a50d4fa3ee832511778b74a4 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Sat, 11 Oct 2025 17:51:01 -0400 Subject: [PATCH] Updated bg color --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de79472..1946883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ export const metadata: Metadata = { const colorScheme = { primary: "cyan", secondary: "cyan.600", - bg: "cyan.950", + bg: "teal.950", button: "#5bbdbc", buttonText: "gray.950" };