File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ export function TaskContextMenuItems({ task, close }: Props) {
1616 } ;
1717
1818 return (
19- < li className = "border-b border-gray-600 last:border-b-0" >
19+ < li className = "border-bg-secondary bg-bg-primary text-text-light hover:bg-bg-secondary hover:text-text-lighter border-b last:border-b-0" >
2020 < button
2121 onClick = { handleDelete }
22- className = "flex w-full cursor-pointer items-center gap-2 px-3 py-2.5 text-left text-sm text-gray-200 hover:bg-gray-700 "
22+ className = "flex w-full cursor-pointer items-center gap-2 rounded-sm px-3 py-2.5 text-left text-sm"
2323 >
24- < TrashIcon size = { 16 } className = "text-gray-300" />
24+ < TrashIcon size = { 16 } />
2525 < span > Delete Task</ span >
2626 </ button >
2727 </ li >
You can’t perform that action at this time.
0 commit comments