mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 01:18:27 +00:00
web/SettingsInput: update the "hide sensitive input" icon
Some checks are pending
Some checks are pending
This commit is contained in:
parent
566194d8a6
commit
1be6d2f7c1
@ -17,7 +17,7 @@
|
|||||||
import IconArrowBack from "@tabler/icons-svelte/IconArrowBack.svelte";
|
import IconArrowBack from "@tabler/icons-svelte/IconArrowBack.svelte";
|
||||||
|
|
||||||
import IconEye from "@tabler/icons-svelte/IconEye.svelte";
|
import IconEye from "@tabler/icons-svelte/IconEye.svelte";
|
||||||
import IconEyeClosed from "@tabler/icons-svelte/IconEyeClosed.svelte";
|
import IconEyeOff from "@tabler/icons-svelte/IconEyeOff.svelte";
|
||||||
|
|
||||||
type SettingsInputType = "url" | "uuid";
|
type SettingsInputType = "url" | "uuid";
|
||||||
|
|
||||||
@ -141,7 +141,7 @@
|
|||||||
{#if inputHidden}
|
{#if inputHidden}
|
||||||
<IconEye />
|
<IconEye />
|
||||||
{:else}
|
{:else}
|
||||||
<IconEyeClosed />
|
<IconEyeOff />
|
||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user