adjust palette and button radius
This commit is contained in:
parent
ab9a8dcec0
commit
37fb1bc691
16
theme.json
16
theme.json
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user