diff --git a/src/frontend/src/eth/components/tokens/AddTokenForm.svelte b/src/frontend/src/eth/components/tokens/AddTokenForm.svelte index e6970bf632..d63e11a915 100644 --- a/src/frontend/src/eth/components/tokens/AddTokenForm.svelte +++ b/src/frontend/src/eth/components/tokens/AddTokenForm.svelte @@ -1,5 +1,5 @@
- {#if noTokensMatch} @@ -211,7 +211,7 @@ {/if} - +
{#if nonNullish($selectedNetwork)} diff --git a/src/frontend/src/lib/components/send/SendInputDestination.svelte b/src/frontend/src/lib/components/send/SendInputDestination.svelte index baaf66cc4f..57a1b575e3 100644 --- a/src/frontend/src/lib/components/send/SendInputDestination.svelte +++ b/src/frontend/src/lib/components/send/SendInputDestination.svelte @@ -1,8 +1,8 @@ - + {#if nonNullish(onQRButtonClick)} {/if} - + {#if invalidDestination}

diff --git a/src/frontend/src/lib/components/ui/InputText.svelte b/src/frontend/src/lib/components/ui/InputText.svelte new file mode 100644 index 0000000000..36f4da937b --- /dev/null +++ b/src/frontend/src/lib/components/ui/InputText.svelte @@ -0,0 +1,12 @@ + + + + +