Add Text color to nodeColors
This commit is contained in:
parent
546e0ad701
commit
83c5c89299
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ export const nodeColors: { [char: string]: string } = {
|
|||
utilities: "#31A3CC",
|
||||
output_parsers: "#E6A627",
|
||||
str: "#31a3cc",
|
||||
Text: "#31a3cc",
|
||||
retrievers: "#e6b25a",
|
||||
unknown: "#9CA3AF",
|
||||
custom_components: "#ab11ab",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue