adjust palette and button radius

This commit is contained in:
desmukh 2023-01-17 10:42:23 +05:00
parent ab9a8dcec0
commit 37fb1bc691
1 changed files with 14 additions and 2 deletions

View File

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