[WEB-905] chore: kanban card icon color improvement (#4156)

* chore: kanban card icon color improvement

* chore: kanban card clickable area improvement
This commit is contained in:
Anmol Singh Bhatia 2024-04-10 14:03:22 +05:30 committed by GitHub
parent 1dac70ecbe
commit 549790ee8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 97 additions and 74 deletions

View file

@ -152,6 +152,7 @@ export const DateDropdown: React.FC<Props> = (props) => {
className={cn("h-2.5 w-2.5 flex-shrink-0", clearIconClassName)}
onClick={(e) => {
e.stopPropagation();
e.preventDefault();
onChange(null);
}}
/>