Added new Drawer Component
This commit is contained in:
@@ -172,7 +172,7 @@ const controlWrap = "wr:relative";
|
||||
{p.kind === "password" && (
|
||||
<button
|
||||
type="button"
|
||||
class="wr:absolute wr:inset-y-0 wr:right-0 wr:pr-3 wr:flex wr:items-center wr:text-muted-foreground hover:wr:text-foreground"
|
||||
class="wr:absolute wr:inset-y-0 wr:right-0 wr:pr-3 wr:flex wr:items-center wr:text-muted-foreground wr:hover:text-foreground"
|
||||
onclick={`const i = this.previousElementSibling; i.type = i.type === 'password' ? 'text' : 'password';`}
|
||||
>
|
||||
<Icon name="mdi:eye" class={iconSize} />
|
||||
|
||||
Reference in New Issue
Block a user