add text slot conditional to button
This commit is contained in:
parent
e408fac0e5
commit
0e52a1e12f
|
@ -39,7 +39,9 @@
|
|||
<use xlink:href="#spectrum-icon-18-{icon}" />
|
||||
</svg>
|
||||
{/if}
|
||||
<span class="spectrum-Button-label"><slot /></span>
|
||||
{#if $$slots}
|
||||
<span class="spectrum-Button-label"><slot /></span>
|
||||
{/if}
|
||||
</button>
|
||||
{/if}
|
||||
|
||||
|
|
|
@ -197,7 +197,7 @@
|
|||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: var(--spacing-l);
|
||||
gap: var(--spacing-s);
|
||||
}
|
||||
.popovers :global(button) {
|
||||
font-weight: 500;
|
||||
|
|
Loading…
Reference in New Issue