thubrecht/inutile #19
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue