Compare commits

..

1 Commits

Author SHA1 Message Date
04660c78f9 add dark mode in BaseItemSelect component. 2023-03-27 12:33:23 +05:30
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@
{{ label }}
</BaseLabel>
<p class="text-sm font-bold leading-5 text-black non-italic dark:text-white">
<p class="text-sm font-bold leading-5 text-black non-italic">
{{ value }}
<slot />

View File

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

View File

@ -12,6 +12,7 @@
bg-gray-200
border border-gray-200 border-solid
rounded
dark:bg-gray-900/70 dark:border-gray-700
"
>
{{ item.name }}