소스 검색

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)"
+			}
 		}
 	}
 }