fix dark issue in customer view page

This commit is contained in:
yashkanakiya
2023-03-29 17:52:55 +05:30
parent 065775633d
commit 29430ccc5d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<label class="text-sm not-italic font-medium leading-5 text-primary-800">
<label class="text-sm not-italic font-medium leading-5 text-gray-500 dark:text-gray-300">
<slot />
</label>
</template>