add dark mode in BaseDivider

This commit is contained in:
yashkanakiya
2023-03-27 15:23:42 +05:30
parent c5acf1343e
commit 5504aa1c41

View File

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