From 4981ce5d375ba560e40a0b6724b34d4e0ce640ef Mon Sep 17 00:00:00 2001 From: Liam Date: Sun, 5 Nov 2023 14:20:55 +0000 Subject: [PATCH] fix text color --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 2e14bc5..48980db 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -25,7 +25,7 @@ module.exports = { "pp-blue": "hsl(var(--primary))", }, textColor: { - primary: "hsl(var(--primary))", + primary: "hsl(var(--foreground))", "pp-blue": "#9fa8f3", }, colors: {