From 3b4d6bf4f389cbb680e4bd5a0776e31d058b4195 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 9 Jan 2023 17:09:11 +0700 Subject: form create address --- src/styles/globals.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index fbaaf923..e90228bd 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -387,4 +387,17 @@ html, body { ease-linear duration-300 ; +} + +.form-select__placeholder { + @apply + !text-gray_r-9 + ; +} + +.form-select__control { + @apply + !shadow-none + !border-gray_r-7 + ; } \ No newline at end of file -- cgit v1.2.3