Skip to content

Commit

Permalink
change reserve btn color to primary
Browse files Browse the repository at this point in the history
  • Loading branch information
amiraabouhadid committed Jun 5, 2024
1 parent 3f4f072 commit 4ee970b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
v-if="node.rentedByTwinId === 0"
:disabled="disableButton || hasInsufficientBalance"
@click.stop="reserveNode"
color="anchor"
color="primary"
>
Reserve
</v-btn>
Expand Down

0 comments on commit 4ee970b

Please sign in to comment.