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

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