Skip to content

Commit 7075384

Browse files
authored
fix:hover on delete action on event-types (calcom#21884)
1 parent 25bf43c commit 7075384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/modules/event-types/views/event-types-listing-view.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ export const InfiniteEventTypeList = ({
653653
setDeleteDialogSchedulingType(type.schedulingType);
654654
}}
655655
StartIcon="trash"
656-
className="w-full rounded-none">
656+
className="w-full rounded-t-none">
657657
{t("delete")}
658658
</DropdownItem>
659659
</DropdownMenuItem>

0 commit comments

Comments
 (0)