Skip to content

Commit

Permalink
fixed btn coloring for addnode dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-ni committed Sep 23, 2023
1 parent 549f6ed commit ee5e013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caster-editor/src/components/DialogAddNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const createNode = async () => {
<template #footer>
<span class="dialog-footer">
<ElButton
type="danger"
type="info"
@click="() => emit('closed')"
>Cancel</ElButton>
<ElButton
Expand Down

0 comments on commit ee5e013

Please sign in to comment.