Skip to content

Commit

Permalink
Dark mode support (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
saundefined authored Apr 7, 2022
1 parent 6d0ffeb commit ed93f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/Tags/MultiTagsInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<input
v-if="canAddTag"
ref="input"
class="tags-input-text"
class="tags-input-text dark:bg-gray-900"
:placeholder="placeholder ? placeholder : __('Add tag...')"
v-bind="inputProps"
v-on="inputEvents"
Expand Down

0 comments on commit ed93f79

Please sign in to comment.