diff options
Diffstat (limited to 'src/styles/globals.css')
| -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 |
