From 6623dba2f6cd4a4ca7b25f7086991afef092cd26 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Thu, 22 Aug 2024 15:48:00 +0700 Subject: update new register view --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index f6561b00..ebd5e9a5 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -98,7 +98,7 @@ button { border text-gray_r-12 border-gray_r-7 - !bg-white + bg-white bg-transparent w-full leading-none -- cgit v1.2.3 From 383adf9edeed30db9f5df8e9ed4752cd513f49a5 Mon Sep 17 00:00:00 2001 From: it-fixcomart Date: Mon, 9 Sep 2024 14:37:47 +0700 Subject: update new register mobile --- src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index ebd5e9a5..f712217a 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -117,7 +117,7 @@ button { } .form-msg-danger { - @apply text-danger-600 mt-2 block; + @apply text-danger-600 mt-2 block text-sm; } .btn-yellow, -- cgit v1.2.3