diff --git a/src/components/custom/widget/WorkflowTemplateSelectorDialog.vue b/src/components/custom/widget/WorkflowTemplateSelectorDialog.vue
index 890f148061..a1174aa100 100644
--- a/src/components/custom/widget/WorkflowTemplateSelectorDialog.vue
+++ b/src/components/custom/widget/WorkflowTemplateSelectorDialog.vue
@@ -92,7 +92,7 @@
class="w-62.5"
>
-
+
diff --git a/src/components/input/MultiSelect.vue b/src/components/input/MultiSelect.vue
index 74a7035b19..9a54ae9e3c 100644
--- a/src/components/input/MultiSelect.vue
+++ b/src/components/input/MultiSelect.vue
@@ -17,7 +17,7 @@
root: ({ props }: MultiSelectPassThroughMethodOptions) => ({
class: cn(
'h-10 relative inline-flex cursor-pointer select-none',
- 'rounded-lg bg-base-background text-base-foreground',
+ 'rounded-lg bg-secondary-background text-base-foreground',
'transition-all duration-200 ease-in-out',
'border-[2.5px] border-solid',
selectedCount > 0
@@ -127,7 +127,7 @@
-
+
{{ label }}
-
+
diff --git a/src/components/input/SearchBox.vue b/src/components/input/SearchBox.vue
index dab0a5e0ec..1565bfcb31 100644
--- a/src/components/input/SearchBox.vue
+++ b/src/components/input/SearchBox.vue
@@ -1,6 +1,6 @@
-
+
autofocus && focusInput())
const wrapperStyle = computed(() => {
const baseClasses =
- 'relative flex w-full items-center gap-2 bg-base-background cursor-text'
+ 'relative flex w-full items-center gap-2 bg-secondary-background cursor-text'
if (showBorder) {
return cn(
diff --git a/src/components/input/SingleSelect.vue b/src/components/input/SingleSelect.vue
index ee683d7171..d22d0064e8 100644
--- a/src/components/input/SingleSelect.vue
+++ b/src/components/input/SingleSelect.vue
@@ -20,7 +20,7 @@
'h-10 relative inline-flex cursor-pointer select-none items-center',
// trigger surface
'rounded-lg',
- 'bg-base-background text-base-foreground',
+ 'bg-secondary-background text-base-foreground',
'border-[2.5px] border-solid border-transparent',
'transition-all duration-200 ease-in-out',
'focus-within:border-node-component-border',
@@ -84,7 +84,7 @@
>
-