fix(frontend): fix tab styling + component bg (#2308)

This commit is contained in:
Faton Ramadani
2023-09-19 16:50:58 +02:00
committed by GitHub
parent 323900e214
commit 0c6e540cc8
2 changed files with 3 additions and 2 deletions
@@ -123,7 +123,7 @@
selectedStyle={css?.selectedTab?.style}
disabled={resolvedDisabledTabs[index]}
>
<span class="font-semibold text-primary">{res}</span>
<span class="font-semibold">{res}</span>
</Tab>
{/each}
</Tabs>
@@ -124,7 +124,8 @@
{/if}
<div
class={twMerge(
'h-full bg-surface/40 outline-1',
'h-full outline-1',
$mode === 'dnd' ? 'bg-surface/40' : '',
$hoverStore === component.id && $mode !== 'preview'
? $connectingInput.opened
? 'outline outline-orange-600'