From 56ad417fee8e99992e4cfe0e345a646d877cf6ba Mon Sep 17 00:00:00 2001 From: Marc Seitz Date: Fri, 30 Jul 2021 15:19:40 +0300 Subject: [PATCH 1/2] fix chevron text color --- components/booking/DatePicker.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/booking/DatePicker.tsx b/components/booking/DatePicker.tsx index c6a49fa0c8..92d94773fe 100644 --- a/components/booking/DatePicker.tsx +++ b/components/booking/DatePicker.tsx @@ -171,10 +171,10 @@ const DatePicker = ({ {dayjs().month(selectedMonth).format("MMMM YYYY")} -
+
From 9f8b1f372e4a619652f08e4524342c628473a113 Mon Sep 17 00:00:00 2001 From: Marc Seitz Date: Fri, 30 Jul 2021 15:48:51 +0300 Subject: [PATCH 2/2] add dark and light variants chevron color --- components/booking/DatePicker.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/booking/DatePicker.tsx b/components/booking/DatePicker.tsx index 92d94773fe..3dddd1e57f 100644 --- a/components/booking/DatePicker.tsx +++ b/components/booking/DatePicker.tsx @@ -171,10 +171,13 @@ const DatePicker = ({ {dayjs().month(selectedMonth).format("MMMM YYYY")} -
+