diff --git a/platform/ui/src/components/DateRange/DateRange.css b/platform/ui/src/components/DateRange/DateRange.css index 4529762f3..e6e85cd90 100644 --- a/platform/ui/src/components/DateRange/DateRange.css +++ b/platform/ui/src/components/DateRange/DateRange.css @@ -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;