소스 검색

Mayland Blocks: Add button colors

Ben Dwyer 4 년 전
부모
커밋
4ba3482a45
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)"
+			}
 		}
 	}
 }