From a88e19ce5fb2457416b4a311fc6fe047ca7d7659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=91c=20Kh=C3=A1nh?= Date: Sun, 22 Sep 2024 13:14:38 +0700 Subject: [PATCH] feat(mobile): slightly decrease text lg size (#367) --- apps/mobile/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/tailwind.config.js b/apps/mobile/tailwind.config.js index 0dca45e9..400ebc6f 100644 --- a/apps/mobile/tailwind.config.js +++ b/apps/mobile/tailwind.config.js @@ -18,7 +18,7 @@ module.exports = { xs: '0.813rem', sm: '1rem', base: '1.125rem', - lg: '1.25rem', + lg: '1.1875rem', xl: '1.375rem', '2xl': '1.563rem', '3xl': '1.953rem',