Working color for nodes

This commit is contained in:
elvis
2025-07-13 18:14:35 +02:00
parent 28b5288535
commit 6fd606d75d
4 changed files with 161 additions and 33 deletions

View File

@ -570,7 +570,7 @@ fn generate_node_color_fn<'a>(
return s
}
}
node_color.base_color.to_string()
graph::node_formatter_base_color(node_color.base_color.to_string())
}
)
}