From 246c90c10fe9b1f565e31e50ea69dcd443546103 Mon Sep 17 00:00:00 2001 From: GitStart <1501599+gitstart@users.noreply.github.com> Date: Thu, 29 Sep 2022 09:24:28 +0000 Subject: [PATCH] public page: border and padding (#4730) Co-authored-by: gitstart Co-authored-by: Nitesh Singh Co-authored-by: Klinger Matheus <50892465+KlingerMatheus@users.noreply.github.com> Co-authored-by: Klinger Matheus Co-authored-by: Grace Nshokano Co-authored-by: Matheus Muniz <87545749+matheusmuniz03@users.noreply.github.com> Co-authored-by: Olusanya Timothy <48022904+seunexplicit@users.noreply.github.com> Co-authored-by: Thiago Nascimbeni Co-authored-by: Peer Richelsen --- apps/web/components/booking/pages/AvailabilityPage.tsx | 4 +++- apps/web/components/booking/pages/BookingPage.tsx | 1 - packages/ui/v2/modules/booker/DatePicker.tsx | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/components/booking/pages/AvailabilityPage.tsx b/apps/web/components/booking/pages/AvailabilityPage.tsx index b38661e75a..a415edc6b2 100644 --- a/apps/web/components/booking/pages/AvailabilityPage.tsx +++ b/apps/web/components/booking/pages/AvailabilityPage.tsx @@ -393,7 +393,9 @@ const AvailabilityPage = ({ profile, eventType }: Props) => {
diff --git a/apps/web/components/booking/pages/BookingPage.tsx b/apps/web/components/booking/pages/BookingPage.tsx index f3d55b78ba..c0dbcbd56c 100644 --- a/apps/web/components/booking/pages/BookingPage.tsx +++ b/apps/web/components/booking/pages/BookingPage.tsx @@ -445,7 +445,6 @@ const BookingPage = ({
diff --git a/packages/ui/v2/modules/booker/DatePicker.tsx b/packages/ui/v2/modules/booker/DatePicker.tsx index b92bf32253..a2ce860038 100644 --- a/packages/ui/v2/modules/booker/DatePicker.tsx +++ b/packages/ui/v2/modules/booker/DatePicker.tsx @@ -167,7 +167,7 @@ const DatePicker = ({
-
+
{weekdayNames(locale, weekStart, "short").map((weekDay) => (