Skip to content

Commit 52d3e68

Browse files
committed
Colour changed to standard Watson
1 parent fc49052 commit 52d3e68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • services/document_conversion

services/document_conversion/v1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script type="text/javascript">
22
RED.nodes.registerType('convert',{
33
category: 'IBM_Watson',
4-
color: '#FFFF80',
4+
color: 'rgb(99, 158, 230)',
55
defaults: {
66
name: {value:""},
77
target: {value:"",required:true},
@@ -11,7 +11,7 @@
1111
},
1212
inputs:1,
1313
outputs:1,
14-
icon: "convert2.png",
14+
icon: "DocumentConversion.png",
1515
label: function() {
1616
return this.name||"convert";
1717
},

0 commit comments

Comments
 (0)