re-added last two commits (<br> fix and dark mode for all booked today text

pull/361/head
Peer Richelsen 2021-07-13 15:11:01 +02:00
parent de14b2de33
commit 61fd300bc8
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -66,13 +66,13 @@ export default class EventOrganizerMail extends EventMail {
<a href="mailto:${this.calEvent.attendees[0].email}">${this.calEvent.attendees[0].email}</a><br />
<br />` +
this.getAdditionalBody() +
"<br />" +
`<strong>Invitee Time Zone:</strong><br />
${this.calEvent.attendees[0].timeZone}<br />
<br />
<strong>Additional notes:</strong><br />
${this.calEvent.description}
` +
"<br />" +
this.getAdditionalFooter() +
`
</div>