Skip to content

Commit 4fda87b

Browse files
committed
fix: update border color in UniversalSearchInput component
1 parent adf2a06 commit 4fda87b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/UniversalSearchInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
v-model="localValue"
77
type="text"
88
: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"
9+
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"
1010
@keyup.enter="applyImmediate"
1111
>
1212
<p

0 commit comments

Comments
 (0)