add dark mode for label

This commit is contained in:
yogesh-gohil
2023-03-29 17:01:21 +05:30
parent 9249105ad6
commit 065775633d
9 changed files with 61 additions and 44 deletions

View File

@ -5,7 +5,7 @@
>
<SelectNotePopup :type="type" @select="onSelectNote" />
</div>
<label class="text-gray-800 font-medium mb-4 text-sm">
<label class="text-gray-800 font-medium mb-4 text-sm dark:text-gray-300">
{{ $t('invoices.notes') }}
</label>
<BaseCustomInput