Skip to content

Commit

Permalink
adjust button
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Sep 1, 2024
1 parent 0c4453e commit fc9f3fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/ReceiveTokenDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,11 @@
<!-- if !tokenDecodesCorrectly, display error -->
<q-btn
v-if="receiveData.tokensBase64.length && !tokenDecodesCorrectly"
disabled="true"
color="negative"
disabled
color="yellow"
text-color="black"
rounded
outlined
unelevated
class="q-mr-sm"
label="Invalid token"
></q-btn>
Expand Down

0 comments on commit fc9f3fe

Please sign in to comment.