darkmode fix for <person> is all booked today text
parent
949fcf8884
commit
f2c5ecbb99
|
@ -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>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue