diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-09 17:09:11 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-01-09 17:09:11 +0700 |
| commit | 3b4d6bf4f389cbb680e4bd5a0776e31d058b4195 (patch) | |
| tree | 144f3f5c14fa9ebd2b575bc1fd669c250c7b43b3 /src/styles | |
| parent | bd1e930f875e942ee8a60718a3c1268a62598266 (diff) | |
form create address
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
