web/SettingsInput: update the "hide sensitive input" icon
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user