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 21:52:26 +05:30 committed by GitHub
parent 79779e5166
commit 8cfb9902ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}