adjust palette and button radius
This commit is contained in:
parent
ab9a8dcec0
commit
37fb1bc691
14
theme.json
14
theme.json
@ -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,6 +84,13 @@
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--background)",
|
||||
"text": "var(--wp--preset--color--foreground)"
|
||||
},
|
||||
"blocks": {
|
||||
"core/button": {
|
||||
"border": {
|
||||
"radius": "0px"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"templateParts": [
|
||||
|
Loading…
Reference in New Issue
Block a user