border fix

This commit is contained in:
Peter Clement 2021-08-09 15:56:05 +01:00
parent fb343cc519
commit c382c9d4b5
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
{#if $tab.info}
<div
class="spectrum-Tabs-selectionIndicator indicator-transition"
style="{quiet &&
style="{emphasized &&
'background-color: var(--spectrum-global-color-blue-400)'}; width: {width}; height: {height}; left: {left}; top: {top};"
/>
{/if}