Make the node graph unrenderable message less scary

This commit is contained in:
Keavon Chambers
2025-06-30 16:39:57 -07:00
parent c671705945
commit 0febfaf142
2 changed files with 6 additions and 4 deletions

View File

@@ -104,6 +104,8 @@
--color-f-white-rgb: 255, 255, 255;
--color-error-red: #d6536e;
--color-error-red-rgb: 214, 83, 110;
--color-warning-yellow: #d5aa43;
--color-warning-yellow-rgb: 213, 170, 67;
--color-data-general: #cfcfcf;
--color-data-general-dim: #8a8a8a;