Skip to content

Commit

Permalink
[modify] change node color
Browse files Browse the repository at this point in the history
  • Loading branch information
lea-hwang committed Oct 2, 2022
1 parent 7080dab commit 8867adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/nodes/soop_chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
RED.nodes.registerType("soop_chart", {
category: "soop-dashboard",
color: "rgb(100, 189, 27)", // 이후 수정되어야할 부분
color: "#1153FC",
defaults: {
group: { type: "soop_group", required: true },
width: { value: 1, validate: RED.validators.number(), required: true },
Expand Down

0 comments on commit 8867adc

Please sign in to comment.