Browse Source

Videomaker: Fix primary color usage (#6663)

nelsonec87 2 years ago
parent
commit
bb88eb5012
2 changed files with 4 additions and 4 deletions
  1. 2 2
      videomaker-white/theme.json
  2. 2 2
      videomaker/theme.json

+ 2 - 2
videomaker-white/theme.json

@@ -53,8 +53,8 @@
 			"color": {
 				"foreground": "var(--wp--preset--color--foreground)",
 				"background": "var(--wp--preset--color--background)",
-				"primary": "var(--wp--preset--color--foreground)",
-				"secondary": "var(--wp--preset--color--foreground)",
+				"primary": "var(--wp--preset--color--primary)",
+				"secondary": "var(--wp--preset--color--secondary)",
 				"tertiary": "var(--wp--preset--color--tertiary)"
 			},
 			"fontSizes": {

+ 2 - 2
videomaker/theme.json

@@ -53,8 +53,8 @@
 			"color": {
 				"foreground": "var(--wp--preset--color--foreground)",
 				"background": "var(--wp--preset--color--background)",
-				"primary": "var(--wp--preset--color--foreground)",
-				"secondary": "var(--wp--preset--color--foreground)",
+				"primary": "var(--wp--preset--color--primary)",
+				"secondary": "var(--wp--preset--color--secondary)",
 				"tertiary": "var(--wp--preset--color--tertiary)"
 			},
 			"fontSizes": {