Browse Source

Mayland Blocks: Add button colors

Ben Dwyer 4 years ago
parent
commit
4ba3482a45
1 changed files with 5 additions and 0 deletions
  1. 5 0
      mayland-blocks/experimental-theme.json

+ 5 - 0
mayland-blocks/experimental-theme.json

@@ -182,6 +182,11 @@
 			"typography": {
 			"typography": {
 				"fontSize": "var(--wp--preset--font-size--small)"
 				"fontSize": "var(--wp--preset--font-size--small)"
 			}
 			}
+		},
+		"core/button": {
+			"color": {
+				"background": "var(--wp--preset--color--primary)"
+			}
 		}
 		}
 	}
 	}
 }
 }