Skip to content

Commit

Permalink
fix color classes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed Jan 22, 2025
1 parent fc21a0f commit 581d195
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions skatepark/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 581d195

Please sign in to comment.