From c70743527a6097a14750ecd1fb0325438e03d6f4 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 8 May 2024 16:45:22 +0500 Subject: [PATCH] fix font sizes and button style --- theme.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 5df99bd..7f53d24 100644 --- a/theme.json +++ b/theme.json @@ -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" } } },