fix font sizes and button style

This commit is contained in:
Aadil Ayub 2024-05-08 16:45:22 +05:00
parent cd2ffbd4e4
commit c70743527a
1 changed files with 7 additions and 1 deletions

View File

@ -48,6 +48,7 @@
"fluid": true,
"lineHeight": true,
"textColumns": true,
"defaultFontSizes": false,
"fontSizes": [
{
"name": "Small",
@ -255,7 +256,12 @@
"border": {
"color": "#000",
"width": "1px",
"radius": "50%"
"radius": "56px",
"style": "solid"
},
"typography": {
"fontSize": "var(--wp--preset--font-size--sm)",
"textTransform": "uppercase"
}
}
},