Last active
June 21, 2022 19:40
-
-
Save elpuas/fa97f5a8caf98de137a37c22da799e5c to your computer and use it in GitHub Desktop.
Theme JSON Example on how to add styles to our buttons
This file contains hidden or 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": { | |
"spacing": { | |
"padding": { | |
"top": "16px", | |
"right": "32px", | |
"bottom": "16px", | |
"left": "32px" | |
} | |
}, | |
"border": { | |
"radius": "4px" | |
}, | |
"color": { | |
"background": "var(--wp--preset--color--primary)", | |
"text": "var(--wp--preset--color--white)" | |
}, | |
"typography": { | |
"fontSize": "var(--wp--preset--font-size--size28)", | |
"fontFamily": "var(--wp--preset--font-family--helvetica-arial)" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment