浏览代码

Merge pull request #3394 from Automattic/update/mayland-blocks-buttons

Mayland Blocks: Update buttons colors
Ben Dwyer 4 年之前
父节点
当前提交
f61ca5822a
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      mayland-blocks/experimental-theme.json

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

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