From 37e19ae53ac9907d8484187cd4a35e05afa7aa80 Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:41:20 +0600 Subject: [PATCH] update type-scale calculation for font-size --- src/config/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/theme.json b/src/config/theme.json index c838223..a17716f 100755 --- a/src/config/theme.json +++ b/src/config/theme.json @@ -38,7 +38,7 @@ }, "font_size": { "base": "16", - "scale": "1.250" + "scale": "1.2" } } }