define default button style

This commit is contained in:
Aadil Ayub 2024-05-08 16:36:42 +05:00
parent fb2631cd03
commit cd2ffbd4e4
1 changed files with 19 additions and 0 deletions

View File

@ -238,6 +238,25 @@
"color": {
"text": "var(--wp--preset--color--main-purple)"
}
},
"core/button": {
"color": {
"background": "#E8BFE2",
"text": "var(--wp--preset--color--contrast)"
},
"spacing": {
"padding": {
"top": "1em",
"bottom": "1em",
"right": "2em",
"left": "2em"
}
},
"border": {
"color": "#000",
"width": "1px",
"radius": "50%"
}
}
},
"elements": {