Updated Calendar layout. (#3504)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-07-17 12:41:46 +06:00
committed by GitHub
parent ba6a3e8638
commit c7efa0d113
14 changed files with 891 additions and 309 deletions
@@ -87,7 +87,7 @@
on:click={openPopup}
>
<span slot="content" class="overflow-label disabled flex-grow text-left mr-2">
<Label label={selectedItem ? selectedItem.label : label} {params} />
<Label label={selectedItem ? selectedItem.label : label} params={selectedItem ? selectedItem.params : params} />
</span>
<svelte:fragment slot="iconRight">
<DropdownIcon size={'small'} fill={'var(--theme-dark-color)'} />