forked from github/plane
chore: increase data dropdown close icon size for consitency. (#4115)
This commit is contained in:
parent
e9518ced89
commit
1fb8791941
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user