@ -178,7 +178,6 @@
.popovers {
display: flex;
gap: var(--spacing-m);
}
.no-data {
@ -132,7 +132,10 @@
gap: var(--spacing-l);
:global(.popovers > div) {
margin-right: var(--spacing-m);
@ -43,7 +43,7 @@
<div bind:this={anchor}>
<TextButton text small on:click={dropdown.show}>
<Icon name="addrow" />
<Icon name="view" />
Create New View
</TextButton>
</div>