Created
June 28, 2023 11:27
-
-
Save mwhiteley16/0828598c42fafc29c339372f69ce93c6 to your computer and use it in GitHub Desktop.
Theme.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"styles": { | |
"blocks": { | |
"core/button": { | |
"color": { | |
"background": "var(--wp--preset--color--primary)", | |
"text": "var(--wp--preset--color--background)" | |
}, | |
"border": { | |
"color": "var(--wp--preset--color--primary)" | |
}, | |
"spacing": { | |
"padding": { | |
"top": "var(--wp--preset--spacing--tiny)", | |
"right": "var(--wp--preset--spacing--medium)", | |
"bottom": "var(--wp--preset--spacing--tiny)", | |
"left": "var(--wp--preset--spacing--medium)" | |
} | |
} | |
} | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment