diff --git a/apps/web/components/AppListCard.tsx b/apps/web/components/AppListCard.tsx index 20d79ac950..bcef3310a3 100644 --- a/apps/web/components/AppListCard.tsx +++ b/apps/web/components/AppListCard.tsx @@ -64,7 +64,7 @@ export default function AppListCard(props: AppListCardProps) { return (
-
+
{logo ? {`${title} : null}
diff --git a/apps/web/components/apps/CalendarListContainer.tsx b/apps/web/components/apps/CalendarListContainer.tsx index e716c3816b..008edc3195 100644 --- a/apps/web/components/apps/CalendarListContainer.tsx +++ b/apps/web/components/apps/CalendarListContainer.tsx @@ -88,7 +88,7 @@ function CalendarSwitch(props: { } ); return ( -
+
{!!props.destination && ( - + {t("adding_events_to")} @@ -184,8 +184,8 @@ function ConnectedCalendarsList(props: Props) {
{!fromOnboarding && ( <> -

{t("toggle_calendars_conflict")}

-
    +

    {t("toggle_calendars_conflict")}

    +
      {item.calendars.map((cal) => ( {heading && ( -
      +
      {label} diff --git a/packages/ui/components/navigation/tabs/VerticalTabItem.tsx b/packages/ui/components/navigation/tabs/VerticalTabItem.tsx index 06dab62437..eaad1d46c6 100644 --- a/packages/ui/components/navigation/tabs/VerticalTabItem.tsx +++ b/packages/ui/components/navigation/tabs/VerticalTabItem.tsx @@ -51,7 +51,7 @@ const VerticalTabItem = function ({ target={props.isExternalLink ? "_blank" : "_self"} className={classNames( props.textClassNames || "text-sm font-medium leading-none text-gray-600", - "min-h-8 group flex w-64 flex-row items-center rounded-md px-2 py-[10px] hover:bg-gray-100 group-hover:text-gray-700 [&[aria-current='page']]:bg-gray-200 [&[aria-current='page']]:text-gray-900", + "min-h-8 group flex w-64 flex-row items-center rounded-md px-3 py-[10px] hover:bg-gray-100 group-hover:text-gray-700 [&[aria-current='page']]:bg-gray-200 [&[aria-current='page']]:text-gray-900", props.disabled && "pointer-events-none !opacity-30", (isChild || !props.icon) && "ml-7 w-auto ltr:mr-5 rtl:ml-5", !info ? "h-6" : "h-14", @@ -60,7 +60,7 @@ const VerticalTabItem = function ({ data-testid={`vertical-tab-${name}`} aria-current={isCurrent ? "page" : undefined}> {props.icon && ( - + )}
      diff --git a/packages/ui/components/navigation/tabs/VerticalTabs.tsx b/packages/ui/components/navigation/tabs/VerticalTabs.tsx index 49574c25fc..bec1c6e720 100644 --- a/packages/ui/components/navigation/tabs/VerticalTabs.tsx +++ b/packages/ui/components/navigation/tabs/VerticalTabs.tsx @@ -18,7 +18,7 @@ const NavTabs = function ({ tabs, className = "", sticky, linkProps, itemClassna return (