diff --git a/apps/api b/apps/api
index 63e0ca33..378cbf8f 160000
--- a/apps/api
+++ b/apps/api
@@ -1 +1 @@
-Subproject commit 63e0ca33e95583a5e2aae69195af052fd0d9aef8
+Subproject commit 378cbf8f3a67ea7877296f1da02edb2b6e3efbce
diff --git a/apps/web/components/team/TeamListItem.tsx b/apps/web/components/team/TeamListItem.tsx
index 13d72093..d951e2bc 100644
--- a/apps/web/components/team/TeamListItem.tsx
+++ b/apps/web/components/team/TeamListItem.tsx
@@ -1,5 +1,11 @@
-import { ExternalLinkIcon, TrashIcon, LogoutIcon, PencilIcon } from "@heroicons/react/outline";
-import { LinkIcon, DotsHorizontalIcon } from "@heroicons/react/solid";
+import { LogoutIcon } from "@heroicons/react/outline";
+import {
+ ExternalLinkIcon,
+ TrashIcon,
+ LinkIcon,
+ DotsHorizontalIcon,
+ PencilIcon,
+} from "@heroicons/react/solid";
import Link from "next/link";
import { useLocale } from "@calcom/lib/hooks/useLocale";
@@ -126,10 +132,9 @@ export default function TeamListItem(props: Props) {
@@ -141,12 +146,10 @@ export default function TeamListItem(props: Props) {
@@ -162,9 +165,9 @@ export default function TeamListItem(props: Props) {
e.stopPropagation();
}}
color="warn"
- size="lg"
- StartIcon={TrashIcon}
- className="w-full rounded-none font-normal">
+ size="sm"
+ className="w-full rounded-none font-medium"
+ StartIcon={TrashIcon}>
{t("disband_team")}
diff --git a/apps/web/pages/event-types/index.tsx b/apps/web/pages/event-types/index.tsx
index 1547811c..a44b1b69 100644
--- a/apps/web/pages/event-types/index.tsx
+++ b/apps/web/pages/event-types/index.tsx
@@ -258,9 +258,9 @@ export const EventTypeList = ({ group, readOnly, types }: EventTypeListProps): J