File tree Expand file tree Collapse file tree
packages/features/ee/teams/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ const DisableTeamImpersonation = ({
3636 < SettingsToggle
3737 toggleSwitchAtTheEnd = { true }
3838 title = { t ( "user_impersonation_heading" ) }
39+ labelClassName = "text-sm"
3940 disabled = { disabled || mutation ?. isPending }
4041 description = { t ( "team_impersonation_description" ) }
4142 checked = { allowImpersonation }
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import { useState } from "react";
22
33import { useLocale } from "@calcom/lib/hooks/useLocale" ;
44import { trpc } from "@calcom/trpc/react" ;
5- import { showToast } from "@calcom/ui/components/toast" ;
65import { SettingsToggle } from "@calcom/ui/components/form" ;
6+ import { showToast } from "@calcom/ui/components/toast" ;
77
88const MakeTeamPrivateSwitch = ( {
99 teamId,
@@ -37,6 +37,7 @@ const MakeTeamPrivateSwitch = ({
3737 < SettingsToggle
3838 toggleSwitchAtTheEnd = { true }
3939 title = { t ( isOrg ? "make_org_private" : "make_team_private" ) }
40+ labelClassName = "text-sm"
4041 disabled = { disabled || mutation ?. isPending }
4142 description = { t ( isOrg ? "make_org_private_description" : "make_team_private_description" ) }
4243 checked = { isTeamPrivate }
You can’t perform that action at this time.
0 commit comments