gray ${...} badge

This commit is contained in:
Diego Imbert
2025-09-27 15:45:27 +02:00
parent d916e68a20
commit a10ca2f16f
2 changed files with 2 additions and 3 deletions
@@ -488,7 +488,7 @@
{#if isStaticTemplate(inputCat)}
<div>
<span
class="border border-blue-100 text-blue-500 text-2xs font-medium mr-2 px-1 !py-[1px] rounded ml-2 {propertyType ==
class="border text-gray-400 dark:text-gray-500 text-2xs font-medium mr-2 px-1 !py-[1px] rounded ml-2.5 {propertyType ==
'static' && arg.type === 'javascript'
? 'visible'
: 'invisible'}"
@@ -1,7 +1,7 @@
<script lang="ts">
import { enterpriseLicense, workspaceStore } from '$lib/stores'
import { emptyString, sendUserToast } from '$lib/utils'
import { ChevronDown, Plus, Shield, X } from 'lucide-svelte'
import { ChevronDown, Plus, Shield } from 'lucide-svelte'
import Alert from '../common/alert/Alert.svelte'
import Button from '../common/button/Button.svelte'
import Tab from '../common/tabs/Tab.svelte'
@@ -19,7 +19,6 @@
import { WorkspaceService } from '$lib/gen'
import S3FilePicker from '../S3FilePicker.svelte'
import Portal from '../Portal.svelte'
import { fade } from 'svelte/transition'
import Popover from '../meltComponents/Popover.svelte'
import ClearableInput from '../common/clearableInput/ClearableInput.svelte'
import MultiSelect from '../select/MultiSelect.svelte'