Format
This commit is contained in:
parent
f89660f08e
commit
ef7f2ee9a0
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…
Add table
Reference in a new issue