Skip to content

Commit

Permalink
Merge pull request #2877 from threefoldtech/dev_fix_node_card_style
Browse files Browse the repository at this point in the history
Fix Reserve Btn Color & Text Alignment in Node Card Title & Subtitle
  • Loading branch information
amiraabouhadid authored Jun 5, 2024
2 parents 89f8a0c + 4ee970b commit 2b7ab4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<VCard
class="tf-node-card rounded-0 w-100 pb-3"
class="tf-node-card rounded-0 w-100 pb-3 text-left"
:class="{ 'selected-node': status !== 'Init' }"
:color="
status === 'Valid'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
v-if="node.rentedByTwinId === 0"
:disabled="disableButton || hasInsufficientBalance"
@click.stop="reserveNode"
color="primary"
>
Reserve
</v-btn>
Expand Down

0 comments on commit 2b7ab4e

Please sign in to comment.