From 62e4264a9d5c1834e2137e33b62e5618017de1d0 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 14 Dec 2022 10:34:54 +0700 Subject: no message --- src/styles/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index 0d1f317d..3ecf04b8 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -16,14 +16,14 @@ html, body { @layer base { h1, .h1 { @apply - text-h-lg + text-h-md font-semibold ; } h2, .h2 { @apply - text-h-md + text-body-2 font-semibold leading-6 ; -- cgit v1.2.3