Skip to content

Commit 14256a9

Browse files
authored
Merge pull request #5 from devforth/AdminForth/743
feat: allow external styling of text editor
2 parents ba55ea0 + bda277e commit 14256a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

custom/quillEditor.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500
44
focus:border-blue-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400
55
dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500 whitespace-normal af-quill-editor"
6+
:class="'bg-lightInputBackground placeholder-lightInputPlaceholderText text-lightInputText border-lightInputBorder dark:!bg-darkInputBackground dark:!placeholder-darkInputPlaceholderText dark:!text-darkInputText dark:!border-darkInputBorder'"
67
>
78
<div
89
ref="editor"

0 commit comments

Comments
 (0)