🐛 fix(utils.ts): update color code for "retrievers" in nodeColors object

The color code for the "retrievers" category in the nodeColors object has been updated from "#F5B85A" to "#e6b25a". This change was made to ensure consistency and improve the visual representation of the "retrievers" category.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-29 18:43:37 -03:00
commit eb53798c41

View file

@ -122,7 +122,7 @@ export const nodeColors: { [char: string]: string } = {
toolkits: "#DB2C2C",
wrappers: "#E6277A",
utilities: "#31A3CC",
retrievers: "#F5B85A",
retrievers: "#e6b25a",
unknown: "#9CA3AF",
};