mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-31 13:41:09 -04:00 
			
		
		
		
	fix password eye icon and minor fix in dark mode (#1261)
This commit is contained in:
		| @ -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> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user