fix password eye icon and minor fix in dark mode

This commit is contained in:
yashkanakiya
2023-08-22 17:43:49 +05:30
parent 45aaee72d8
commit 150380791f
18 changed files with 79 additions and 165 deletions

View File

@ -118,11 +118,11 @@
"
>
{{ $t('general.actions') }}
<BaseIcon name="ChevronDownIcon" class="h-5" />
<BaseIcon name="ChevronDownIcon"/>
</span>
</template>
<BaseDropdownItem @click="removeMultipleUsers">
<BaseIcon name="TrashIcon" class="h-5 mr-3 text-gray-600" />
<BaseIcon name="TrashIcon" class="h-5 mr-3 text-gray-600 dark:text-gray-400 dark:group-hover:text-white" />
{{ $t('general.delete') }}
</BaseDropdownItem>
</BaseDropdown>