Skip to content

Commit

Permalink
Merge pull request #2708 from threefoldtech/dev_enhance_delete_domain…
Browse files Browse the repository at this point in the history
…_dialog

enhance delete domains dialog UI
  • Loading branch information
amiraabouhadid authored May 17, 2024
2 parents 06122ca + 7baa0c6 commit 0d1e63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/src/components/manage_gateway_dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@
<v-dialog v-model="requestDelete" max-width="600px">
<v-card>
<v-card-title> Are you sure you want to delete the following gateways? </v-card-title>
<v-card-text class="d-flex">
<v-chip color="error" label variant="tonal" class="mr-1 mb-1" v-for="gw in gatewaysToDelete" :key="gw.name">
<v-card-text class="d-flex flex-wrap">
<v-chip color="primary" label variant="tonal" class="mr-1 mb-1" v-for="gw in gatewaysToDelete" :key="gw.name">
{{ gw.name }}
</v-chip>
</v-card-text>
Expand Down

0 comments on commit 0d1e63f

Please sign in to comment.