fixed theme in API key expiration time calender (#9777)
Co-authored-by: Chay Reddy <chay@Chays-MacBook-Pro.local>pull/9497/head^2
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",
|
"focus:ring-primary-500 focus:border-primary-500 border-default rounded-md border p-1 pl-2 shadow-sm sm:text-sm",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
calendarClassName="rounded-md"
|
calendarClassName="rounded-md dark:text-black"
|
||||||
clearIcon={null}
|
clearIcon={null}
|
||||||
calendarIcon={<Calendar className="text-subtle h-5 w-5 rounded-md" />}
|
calendarIcon={<Calendar className="text-subtle h-5 w-5 rounded-md" />}
|
||||||
value={date}
|
value={date}
|
||||||
|
|
Loading…
Reference in New Issue