diff --git a/app/src/lib/components/InputPassword.svelte b/app/src/lib/components/InputPassword.svelte index 2f9392b..11b4f72 100644 --- a/app/src/lib/components/InputPassword.svelte +++ b/app/src/lib/components/InputPassword.svelte @@ -23,6 +23,8 @@ stroke-width="2" stroke="currentColor" fill="none" + role="button" + tabindex="0" stroke-linecap="round" stroke-linejoin="round" > @@ -45,6 +47,8 @@ stroke-width="2" stroke="currentColor" fill="none" + role="button" + tabindex="0" stroke-linecap="round" stroke-linejoin="round" > diff --git a/app/src/routes/wifi/sta/Scan.svelte b/app/src/routes/wifi/sta/Scan.svelte index 82efc33..fb03d56 100644 --- a/app/src/routes/wifi/sta/Scan.svelte +++ b/app/src/routes/wifi/sta/Scan.svelte @@ -115,6 +115,8 @@ on:click={() => { storeNetwork(network.ssid); }} + role="button" + tabindex="0" >