fix remaining label for dark mode

This commit is contained in:
yogesh-gohil
2023-03-30 13:43:41 +05:30
parent 29430ccc5d
commit 6740f66903
10 changed files with 15 additions and 13 deletions

View File

@ -32,7 +32,7 @@
</label>
<div :class="inputContainerClasses">
<slot></slot>
<span v-if="helpText" class="text-gray-500 text-xs mt-1 font-light">
<span v-if="helpText" class="text-gray-500 text-xs mt-1 font-light dark:text-gray-400">
{{ helpText }}
</span>
<span v-if="error" class="block mt-0.5 text-sm text-red-500">