Skip to content

Commit

Permalink
add cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Aug 28, 2024
1 parent c908459 commit 38bd438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SendTokenDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<q-badge
:color="!isV4Token ? 'primary' : 'grey'"
:label="isV4Token ? 'V4' : 'V3'"
class="q-my-sm q-mx-md"
class="q-my-sm q-mx-md cursor-pointer"
@click="toggleTokenEncoding"
:outline="isV4Token"
/>
Expand Down

0 comments on commit 38bd438

Please sign in to comment.