mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
fix(frontend): fix tab styling + component bg (#2308)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user