From 4f41ba742d3f26185ebad9bbf17a93edb4489cdd Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Mon, 26 Jul 2021 21:29:24 +0200 Subject: [PATCH] fix(css): make date range readable --- platform/ui/src/components/DateRange/DateRange.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;