From a8e46bc6ef491c33cdbac973439dc41095140f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Qu=E1=BB=91c=20Kh=C3=A1nh?= Date: Sat, 21 Sep 2024 23:25:28 +0700 Subject: [PATCH] feat(mobile): slightly increase font size (#345) ![Simulator Screenshot - iPhone 15 Pro - 2024-09-21 at 19.31.18.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/1VEKR8FQ1Qa5iAiqVGqF/cc0297f1-612f-4e34-8bf3-95b76329cfb3.png) --- apps/mobile/tailwind.config.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/mobile/tailwind.config.js b/apps/mobile/tailwind.config.js index 7775f67c..4c5bba09 100644 --- a/apps/mobile/tailwind.config.js +++ b/apps/mobile/tailwind.config.js @@ -14,6 +14,16 @@ module.exports = { '2xl': '1400px', }, }, + fontSize: { + xs: '0.813rem', + sm: '1rem', + base: '1.063rem', + xl: '1.25rem', + '2xl': '1.563rem', + '3xl': '1.953rem', + '4xl': '2.441rem', + '5xl': '3.052rem', + }, extend: { fontFamily: { regular: ['Haskoy-Regular'],