Updated bg color

This commit is contained in:
2025-10-11 17:51:01 -04:00
parent ef45df8da1
commit 0531f302a1

View File

@@ -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"
};