fixed theme in API key expiration time calender (#9777)

Co-authored-by: Chay Reddy <chay@Chays-MacBook-Pro.local>
This commit is contained in:
Chaithanya Reddy
2023-06-28 18:22:26 +02:00
committed by GitHub
co-authored by Chay Reddy
parent 79779e5166
commit 8cfb9902ff
@@ -21,7 +21,7 @@ const DatePicker = ({ minDate, disabled, date, onDatesChange, className }: Props
"focus:ring-primary-500 focus:border-primary-500 border-default rounded-md border p-1 pl-2 shadow-sm sm:text-sm",
className
)}
calendarClassName="rounded-md"
calendarClassName="rounded-md dark:text-black"
clearIcon={null}
calendarIcon={<Calendar className="text-subtle h-5 w-5 rounded-md" />}
value={date}