Skip to content

Commit

Permalink
Merge pull request #615 from threefoldtech/development_fix_balance_bo…
Browse files Browse the repository at this point in the history
…x_UI

Fix balance card styling
  • Loading branch information
zaelgohary authored Jun 15, 2023
2 parents 815938e + c8f9280 commit 79eb152
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/playground/src/components/icon_action_btn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
v-bind="props"
:href="href"
:target="href ? '_blank' : undefined"
:height="height"
/>
</template>
</v-tooltip>
Expand All @@ -19,6 +20,7 @@ defineProps<{
icon: `mdi-${string}`;
color?: string;
href?: string;
height?: string;
}>();
defineEmits(["click"]);
</script>
Expand Down
1 change: 1 addition & 0 deletions packages/playground/src/weblets/profile_manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
color="white"
icon="mdi-information-outline"
href="https://manual.grid.tf/tfchain/tfchain.html?highlight=locked#contract-locking"
height="24px"
/>
</p>
</template>
Expand Down

0 comments on commit 79eb152

Please sign in to comment.