From a67369460aee20921ccee75a595dd58fecb47ba4 Mon Sep 17 00:00:00 2001 From: Udit Takkar Date: Wed, 8 Nov 2023 15:18:15 +0530 Subject: [PATCH] fix: ui fixes --- .../components/eventtype/EventAdvancedTab.tsx | 32 +++++++++---------- .../pages/settings/my-account/calendars.tsx | 22 +++++++------ 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/apps/web/components/eventtype/EventAdvancedTab.tsx b/apps/web/components/eventtype/EventAdvancedTab.tsx index 620fd274c11375..2b35584cef6fd9 100644 --- a/apps/web/components/eventtype/EventAdvancedTab.tsx +++ b/apps/web/components/eventtype/EventAdvancedTab.tsx @@ -135,8 +135,7 @@ export const EventAdvancedTab = ({ eventType, team }: Pick
- -

{t("add_to_calendar_description")}

+
-
- ( - - )} - /> -
+ ( + + )} + />

{t("select_which_cal")}

)} diff --git a/apps/web/pages/settings/my-account/calendars.tsx b/apps/web/pages/settings/my-account/calendars.tsx index b12e8a13897d1c..0bdeeadf98fcb1 100644 --- a/apps/web/pages/settings/my-account/calendars.tsx +++ b/apps/web/pages/settings/my-account/calendars.tsx @@ -25,6 +25,7 @@ import { SkeletonContainer, SkeletonText, showToast, + Label, } from "@calcom/ui"; import { Plus, Calendar } from "@calcom/ui/components/icon"; @@ -113,17 +114,20 @@ const CalendarsView = () => {

{t("add_to_calendar")}

-

{t("add_to_calendar_description")}

+

{t("add_to_calendar_description")}

- { - setSelectedDestinationCalendar(option); - }} - isLoading={mutation.isLoading} - /> +
+ + { + setSelectedDestinationCalendar(option); + }} + isLoading={mutation.isLoading} + /> +