File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
< . icon name = "hero-eye-solid " class = "w-5 h-auto fill-black hover:fill-black " />
56
56
</ div >
57
57
< div x-show = "!hide_confirm " x-on:click = "hide_confirm = true; document.getElementById('user_password_confirmation').type = 'password'; " class = "px-2 w-fit cursor-pointer " >
58
- < . icon name = "hero-eye-slash-solid " class = "w-5 h-auto fill-black hover:fill-black " />
58
+ < . icon name = "hero-eye-slash-solid " class = "w-5 h-auto fill-black hover:fill-black " />
59
59
</ div >
60
60
</ div >
61
61
< span class = "text-sm w-full sm:w-96 mx-4 text-red-600 " > <%= error_tag ( f , :password_confirmation ) %> </ span >
Original file line number Diff line number Diff line change 32
32
class: "relative w-full border-0 text-zinc-900 rounded appearance-none outline-none focus:ring-0 sm:text-sm"
33
33
) %>
34
34
< div x-show = "hide " x-on:click = "hide = false; document.getElementById('user_password').type = 'text'; " class = "px-2 w-fit cursor-pointer " >
35
- < . icon name = "hero-eye-solid " class = "w-5 h-auto fill-zinc-900 hover:fill-black " />
35
+ < . icon name = "hero-eye-solid " class = "w-5 " />
36
36
</ div >
37
37
< div x-show = "!hide " x-on:click = "hide = true; document.getElementById('user_password').type = 'password'; " class = "px-2 w-fit cursor-pointer " >
38
- < . icon name = "hero-eye-slash-solid " class = "w-5 h-auto fill-zinc-900 hover:fill-black " />
38
+ < . icon name = "hero-eye-slash-solid " class = "w-5 " />
39
39
</ div >
40
40
</ div >
41
41
</ div >
You can’t perform that action at this time.
0 commit comments