diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index 888bffe512..3464ebd118 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -954,7 +954,7 @@ const BookingPage = ({ @@ -295,7 +295,7 @@ export default function CreateEventTypeButton(props: CreateEventTypeBtnProps) { diff --git a/packages/features/eventtypes/components/CustomInputItem.tsx b/packages/features/eventtypes/components/CustomInputItem.tsx index 1702fcc3a3..1bb7a93cc4 100644 --- a/packages/features/eventtypes/components/CustomInputItem.tsx +++ b/packages/features/eventtypes/components/CustomInputItem.tsx @@ -28,7 +28,7 @@ function CustomInputItem({ required, deleteOnClick, editOnClick, type, question diff --git a/packages/features/schedules/components/Schedule.tsx b/packages/features/schedules/components/Schedule.tsx index 1cd9b6ab76..bd081fcd82 100644 --- a/packages/features/schedules/components/Schedule.tsx +++ b/packages/features/schedules/components/Schedule.tsx @@ -106,7 +106,7 @@ const CopyButton = ({ type="button" tooltip={t("duplicate")} color="minimal" - size="icon" + variant="icon" StartIcon={Icon.FiCopy} /> @@ -184,7 +184,7 @@ export const DayRanges = ({ className=" text-gray-400" type="button" color="minimal" - size="icon" + variant="icon" StartIcon={Icon.FiPlus} onClick={() => { // eslint-disable-next-line @typescript-eslint/no-explicit-any @@ -213,7 +213,7 @@ const RemoveTimeButton = ({ return ( diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 78aa12993c..f020a097d4 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -766,7 +766,7 @@ export function ShellMain(props: LayoutProps) {
{!!props.backPath && (