darkmode fix for <person> is all booked today text

pull/361/head
Peer Richelsen 2021-07-13 14:37:42 +02:00
parent 949fcf8884
commit f2c5ecbb99
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const AvailableTimes = ({
))} ))}
{isFullyBooked && ( {isFullyBooked && (
<div className="w-full h-full flex flex-col justify-center content-center items-center -mt-4"> <div className="w-full h-full flex flex-col justify-center content-center items-center -mt-4">
<h1 className="text-xl font">{user.name} is all booked today.</h1> <h1 className="text-xl font dark:text-white">{user.name} is all booked today.</h1>
</div> </div>
)} )}