Skip to content

Commit

Permalink
Merge pull request #803 from threefoldtech/development_playground_act…
Browse files Browse the repository at this point in the history
…ionsBtn_ui

playground: change action btn style
  • Loading branch information
AhmedHanafy725 authored Jul 12, 2023
2 parents cf149c3 + c646228 commit 2a5137c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions packages/playground/src/components/icon_action_btn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@
<template #activator="{ props }">
<v-btn
@click.stop="$emit('click', $event)"
:icon="icon"
:color="color"
v-bind="props"
:href="href"
:target="href ? '_blank' : undefined"
variant="tonal"
:height="height"
/>
class="my-1"
>
<v-icon> {{ icon }}</v-icon>
</v-btn>
</template>
</v-tooltip>
</template>
Expand Down
1 change: 0 additions & 1 deletion packages/playground/src/weblets/tf_contracts_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<v-tooltip text="Show Details">
<template #activator="{ props }">
<v-btn
color="secondary"
variant="tonal"
@click="showDetails(item.value)"
:disabled="(loading && loadingContractId !== item.value.contractId) || deleting"
Expand Down

0 comments on commit 2a5137c

Please sign in to comment.