fix(css): make date range readable

This commit is contained in:
Erik Ziegler 2021-07-26 21:29:24 +02:00
parent 9b013dd38d
commit 4f41ba742d

View File

@ -26,7 +26,7 @@
@apply bg-no-repeat;
}
.DateInput_input {
@apply cursor-pointer border-primary-main mt-2 bg-black shadow transition duration-300 appearance-none border-t border-l border-r border-b border-solid rounded w-full py-2 px-3 text-sm text-white leading-tight pl-8;
@apply cursor-pointer border-primary-main mt-2 bg-black shadow transition duration-300 appearance-none border-t border-l border-r border-b border-solid rounded w-full py-2 px-3 text-sm text-white leading-tight pl-8 font-light;
}
.DateInput_input:hover {
@apply border-gray-500;