Add Text color to nodeColors

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-28 22:41:45 -03:00
commit 83c5c89299

View file

@ -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",