fix font sizes and button style
This commit is contained in:
		@ -48,6 +48,7 @@
 | 
				
			|||||||
      "fluid": true,
 | 
					      "fluid": true,
 | 
				
			||||||
      "lineHeight": true,
 | 
					      "lineHeight": true,
 | 
				
			||||||
      "textColumns": true,
 | 
					      "textColumns": true,
 | 
				
			||||||
 | 
					      "defaultFontSizes": false,
 | 
				
			||||||
      "fontSizes": [
 | 
					      "fontSizes": [
 | 
				
			||||||
				{
 | 
									{
 | 
				
			||||||
					"name": "Small",
 | 
										"name": "Small",
 | 
				
			||||||
@ -255,7 +256,12 @@
 | 
				
			|||||||
        "border": {
 | 
					        "border": {
 | 
				
			||||||
          "color": "#000",
 | 
					          "color": "#000",
 | 
				
			||||||
          "width": "1px",
 | 
					          "width": "1px",
 | 
				
			||||||
          "radius": "50%"
 | 
					          "radius": "56px",
 | 
				
			||||||
 | 
					          "style": "solid"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "typography": {
 | 
				
			||||||
 | 
					          "fontSize": "var(--wp--preset--font-size--sm)",
 | 
				
			||||||
 | 
					          "textTransform": "uppercase"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user