Skip to content

Commit

Permalink
Merge pull request #2710 from threefoldtech/dev_fix_workers_delete
Browse files Browse the repository at this point in the history
fix buttons color and variant in delete worker dialog
  • Loading branch information
amiraabouhadid authored May 16, 2024
2 parents 69bce21 + d57fc7b commit 06122ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/playground/src/components/manage_worker_dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
</v-card-text>
<v-card-actions>
<v-spacer></v-spacer>
<v-btn color="error" variant="text" @click="onDelete"> Remove </v-btn>
<v-btn color="error" variant="tonal" @click="deletingDialog = false"> Cancel </v-btn>
<v-btn color="anchor" variant="outlined" @click="deletingDialog = false"> Cancel </v-btn>
<v-btn color="error" variant="outlined" @click="onDelete"> Remove </v-btn>
</v-card-actions>
</v-card>
</v-dialog>
Expand Down

0 comments on commit 06122ca

Please sign in to comment.