Skip to content

Commit

Permalink
spell button
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Aug 16, 2024
1 parent d0e82b0 commit 3191b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/ReceiveTokenDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
unelevated
v-if="canPasteFromClipboard && !receiveData.tokensBase64.length"
@click="pasteToParseDialog"
class="q-ml-sm q-px-none"
class="q-ml-none q-pl-none"
>
<q-icon name="content_paste" class="q-pr-sm" />Paste</q-btn
>
<q-icon name="content_paste"
/></q-btn>
<q-btn
unelevated
class="q-mx-none"
Expand Down

0 comments on commit 3191b86

Please sign in to comment.