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

@ -1,6 +1,6 @@
<template>
<div>
<label class="flex text-gray-800 font-medium text-sm mb-2">
<label class="flex text-gray-800 font-medium text-sm mb-2 dark:text-gray-300">
{{ $t('general.select_template') }}
<span class="text-sm text-red-500"> *</span>
</label>