This commit is contained in:
Tom Hubrecht 2022-03-13 19:33:45 +01:00
parent f89660f08e
commit ef7f2ee9a0

View file

@ -18,7 +18,10 @@
<Modal isOpen={open} {toggle} centered scrollable>
<ModalHeader {toggle}>
<span class="pe-3">
<Badge color="custom" style="background-color:{event.backgroundColor}; color:{event.textColor}">
<Badge
color="custom"
style="background-color:{event.backgroundColor}; color:{event.textColor}"
>
{event.extendedProps.calendar}
</Badge>
</span>