From 2736bca10d67c6a9911b25ded476c5664e42441c Mon Sep 17 00:00:00 2001 From: Anton Kovalenko Date: Fri, 24 Sep 2021 06:18:04 +0300 Subject: [PATCH] App: address fixes (visual/focus/typo) --- src/App.svelte | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 944ea35..2f466bc 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -223,7 +223,7 @@ {#if lightningAddress} - +
@@ -235,10 +235,10 @@
-
{lightningAddress} -
+ tabindex="0" + on:click={action} id={id} value={lightningAddress} readonly/>
{/if}