node description using text-muted-foreground

This commit is contained in:
anovazzi1 2023-06-14 18:22:47 -03:00
commit e3a29fe41f

View file

@ -187,7 +187,7 @@ export default function GenericNode({
</div>
<div className="h-full w-full py-5 text-gray-800">
<div className="w-full px-5 pb-3 text-sm text-gray-500 dark:text-gray-300">
<div className="w-full px-5 pb-3 text-sm text-muted-foreground">
{data.node.description}
</div>