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

@ -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>