فهرست منبع

Videomaker: Fix primary color usage (#6663)

nelsonec87 2 سال پیش
والد
کامیت
bb88eb5012
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  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": {