chore: increase data dropdown close icon size for consitency. (#4115)

This commit is contained in:
Prateek Shourya 2024-04-03 20:51:22 +05:30 committed by GitHub
parent e9518ced89
commit 1fb8791941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ export const DateDropdown: React.FC<Props> = (props) => {
)}
{isClearable && !disabled && isDateSelected && (
<X
className={cn("h-2 w-2 flex-shrink-0", clearIconClassName)}
className={cn("h-2.5 w-2.5 flex-shrink-0", clearIconClassName)}
onClick={(e) => {
e.stopPropagation();
onChange(null);