From 581d19528640d7f0d396ec35f963c8e1a37a4f74 Mon Sep 17 00:00:00 2001 From: Paul Kevan Date: Wed, 22 Jan 2025 10:53:55 +0000 Subject: [PATCH] fix color classes --- skatepark/theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skatepark/theme.json b/skatepark/theme.json index be0b3beb2d..b243478ac9 100644 --- a/skatepark/theme.json +++ b/skatepark/theme.json @@ -118,11 +118,11 @@ } }, "color": { - "foreground": "var(--wp--preset--color--primary)", + "foreground": "var(--wp--preset--color--foreground)", "background": "var(--wp--preset--color--background)", "primary": "var(--wp--preset--color--primary)", - "secondary": "var(--wp--preset--color--primary)", - "tertiary": "var(--wp--preset--color--background)" + "secondary": "var(--wp--preset--color--secondary)", + "tertiary": "var(--wp--preset--color--tertiary)" }, "form": { "border": {