fix text color

This commit is contained in:
Lee 2023-11-05 14:20:55 +00:00
parent ce4ec291c6
commit 4981ce5d37

@ -25,7 +25,7 @@ module.exports = {
"pp-blue": "hsl(var(--primary))",
},
textColor: {
primary: "hsl(var(--primary))",
primary: "hsl(var(--foreground))",
"pp-blue": "#9fa8f3",
},
colors: {