mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 13:11:08 -04:00 
			
		
		
		
	fix password eye icon and minor fix in dark mode
This commit is contained in:
		| @ -1,6 +1,6 @@ | ||||
| <template> | ||||
|   <div class="flex flex-col items-center justify-between w-full pt-10"> | ||||
|       <LightDarkButton class="absolute z-10 top-2 right-2"/> | ||||
|     <LightDarkButton class="absolute z-10 top-2 right-2"/> | ||||
|     <img | ||||
|       id="logo-crater" | ||||
|       src="/img/crater-logo.png" | ||||
|  | ||||
| @ -68,13 +68,15 @@ | ||||
|             @input="v$.userForm.password.$touch()" | ||||
|           > | ||||
|             <template #right> | ||||
|               <EyeOffIcon | ||||
|               <BaseIcon | ||||
|                 v-if="isShowPassword" | ||||
|                 name="EyeOffIcon" | ||||
|                 class="w-5 h-5 mr-1 text-gray-500 cursor-pointer" | ||||
|                 @click="isShowPassword = !isShowPassword" | ||||
|               /> | ||||
|               <EyeIcon | ||||
|               <BaseIcon | ||||
|                 v-else | ||||
|                 name="EyeIcon" | ||||
|                 class="w-5 h-5 mr-1 text-gray-500 cursor-pointer" | ||||
|                 @click="isShowPassword = !isShowPassword" | ||||
|               /> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user