We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf2a06 commit 4fda87bCopy full SHA for 4fda87b
1 file changed
custom/UniversalSearchInput.vue
@@ -6,7 +6,7 @@
6
v-model="localValue"
7
type="text"
8
:placeholder="props.meta?.placeholder ?? ''"
9
- class="w-full border rounded text-sm dark:bg-gray-800 dark:border-gray-600 dark:text-white px-2 py-1 pr-6"
+ class="w-full border rounded text-sm dark:bg-gray-800 border-gray-300 dark:border-gray-600 dark:text-white px-2 py-1 pr-6"
10
@keyup.enter="applyImmediate"
11
>
12
<p
0 commit comments