From 07819844d5ef7e323fd956eacfedecb2f4f4bb80 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 17 Nov 2023 15:16:23 +0700 Subject: Update result feature --- src/modules/login/index.tsx | 4 ++-- src/modules/login/login.module.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/login') diff --git a/src/modules/login/index.tsx b/src/modules/login/index.tsx index 7247af4..e2b3675 100644 --- a/src/modules/login/index.tsx +++ b/src/modules/login/index.tsx @@ -7,11 +7,11 @@ const Login = () => {

Stock Opname

- +

Masuk terlebih dahulu untuk melanjutkan

- +
) diff --git a/src/modules/login/login.module.css b/src/modules/login/login.module.css index 99575d5..384dc09 100644 --- a/src/modules/login/login.module.css +++ b/src/modules/login/login.module.css @@ -7,7 +7,7 @@ } .title { - @apply text-2xl text-blue-600 font-semibold; + @apply text-3xl text-primary-500 font-bold; } .subtitle { -- cgit v1.2.3