Skip to content

Commit

Permalink
enhancement: pointer cursor on network input
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Oct 20, 2022
1 parent a838afb commit 7576c64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/shared/components/inputs/NetworkInput.svelte
Expand Up @@ -16,6 +16,7 @@
bind:modal
{error}
readonly
class="cursor-pointer"
>
<NetworkSelector bind:modal bind:selected={network} onClose={() => inputElement.blur()} />
</SelectorInput>
2 changes: 1 addition & 1 deletion packages/shared/components/popups/SendFormPopup.svelte
Expand Up @@ -69,7 +69,7 @@
</Text>
<send-form-inputs class="flex flex-col space-y-4">
<AssetAmountInput bind:this={assetAmountInput} bind:asset bind:rawAmount bind:unit />
<NetworkInput bind:network />
<NetworkInput bind:network class="cursor-pointer" />
<RecipientInput bind:this={recipientInput} bind:recipient />
<optional-inputs class="flex flex-row flex-wrap gap-4">
<OptionalInput
Expand Down

0 comments on commit 7576c64

Please sign in to comment.