Merge recent changes #1

Merged
aadil merged 23 commits from dev into main 2023-01-24 07:44:26 +00:00
1 changed files with 14 additions and 2 deletions
Showing only changes of commit 37fb1bc691 - Show all commits

View File

@ -10,7 +10,7 @@
"palette": [
{
"slug": "background",
"color": "#ffffff",
"color": "#F5FBF8",
"name": "Background"
},
{
@ -27,6 +27,11 @@
"slug": "secondary",
"color": "#27c773",
"name": "Secondary"
},
{
"slug": "button",
"color": "#FF7613",
"name": "Button color"
}
]
},
@ -79,7 +84,14 @@
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
}
},
"blocks": {
"core/button": {
"border": {
"radius": "0px"
}
}
}
},
"templateParts": [
{