Dark label (#1203)

* add dark mode for label

* fix dark issue in customer view page

* fix remaining label for dark mode

---------

Co-authored-by: yashkanakiya <yashkanakiya281297@gmail.com>
This commit is contained in:
Yogesh Gohil
2023-03-30 13:45:28 +05:30
committed by GitHub
parent 5440b0f354
commit 3b3da13218
20 changed files with 78 additions and 59 deletions

View File

@ -1,3 +1,3 @@
<template>
<hr class="w-full text-gray-300 dark:bg-gray-600" />
<div class="w-full h-px bg-gray-300 dark:bg-gray-600" />
</template>