From f2c5ecbb9960b734310230d2fa7b5e94b45df09b Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Tue, 13 Jul 2021 14:37:42 +0200 Subject: [PATCH] darkmode fix for is all booked today text --- components/booking/AvailableTimes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/booking/AvailableTimes.tsx b/components/booking/AvailableTimes.tsx index 0f07429393..68ba0241da 100644 --- a/components/booking/AvailableTimes.tsx +++ b/components/booking/AvailableTimes.tsx @@ -43,7 +43,7 @@ const AvailableTimes = ({ ))} {isFullyBooked && (
-

{user.name} is all booked today.

+

{user.name} is all booked today.

)}