Skip to content

Commit 8b4e3eb

Browse files
authored
Merge pull request #5 from devforth/AdminForth/743
feat: allow external styling of input
2 parents 71e7b3b + 2541381 commit 8b4e3eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

custom/completionInput.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<template>
22
<div class="flex bg-gray-50 border border-gray-300 rounded-lg focus:ring-blue-500
33
focus:border-blue-500 w-full p-2.5 dark:bg-gray-700 dark:border-gray-600
4-
dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full">
4+
dark:focus:ring-blue-500 dark:focus:border-blue-500 relative max-w-full"
5+
:class="'bg-lightInputBackground placeholder-lightInputPlaceholderText text-lightInputText border-lightInputBorder dark:!bg-darkInputBackground dark:!placeholder-darkInputPlaceholderText dark:!text-darkInputText dark:!border-darkInputBorder'"
6+
>
57
<SuggestionInput
68
ref="suggestionInputRef"
79
class="w-full !border-none text-gray-900 text-sm dark:placeholder-gray-400 dark:text-white whitespace-normal mr-28"

0 commit comments

Comments
 (0)