Browse Source

Adjusted button colors

Jason Crist 4 years ago
parent
commit
9b900c678a
1 changed files with 6 additions and 6 deletions
  1. 6 6
      blank-canvas-blocks/experimental-theme.json

+ 6 - 6
blank-canvas-blocks/experimental-theme.json

@@ -59,7 +59,7 @@
 					},
 					{
 						"slug": "blue",
-						"color": "007cba",
+						"color": "#007cba",
 						"name": "Blue"
 					},
 					{
@@ -153,10 +153,10 @@
 					"font-weight": "600",
 					"font-family": "var(--wp--preset--font-family--headings)",
 					"font-size": "var(--wp--preset--font-size--small)",
-					"border-radius": "5px",
+					"border-radius": "4px",
 					"color": {
-						"hover-text": "var(--wp--custom--color--background)",
-						"hover-background": "var(--wp--custom--color--secondary)"
+						"hover-text": "var(--wp--custom--color--secondary)",
+						"hover-background": "var(--wp--custom--color--primary)"
 					}
 				},
 				"form": {
@@ -191,8 +191,8 @@
 		},
 		"core/button": {
 			"color": {
-				"text": "var(--wp--custom--color--foreground)",
-				"background": "var(--wp--custom--color--primary)"
+				"text": "var(--wp--custom--color--background)",
+				"background": "var(--wp--custom--color--secondary)"
 			}
 		},
 		"core/heading/h1": {