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 && (
|
{isClearable && !disabled && isDateSelected && (
|
||||||
<X
|
<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) => {
|
onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
onChange(null);
|
onChange(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user