From bf3b06f8cc775216e69e7f3e14d595a1db244f05 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Tue, 9 Jul 2024 21:17:59 +0200 Subject: feat: generator facade timeout and non-existent objects Quality of life improvements for the semantics and generator facade APIs. --- subprojects/frontend/src/graph/GraphTheme.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'subprojects/frontend/src/graph/GraphTheme.tsx') diff --git a/subprojects/frontend/src/graph/GraphTheme.tsx b/subprojects/frontend/src/graph/GraphTheme.tsx index bdc01b78..1127a46d 100644 --- a/subprojects/frontend/src/graph/GraphTheme.tsx +++ b/subprojects/frontend/src/graph/GraphTheme.tsx @@ -143,6 +143,21 @@ export function createGraphTheme({ 'text.label-ERROR': { fill: theme.palette.error.main, }, + '.node-exists-FALSE': { + 'text:not(.label-ERROR)': { + fill: theme.palette.text.secondary, + }, + '.node-outline': { + stroke: theme.palette.text.secondary, + strokeDasharray: '2 4', + }, + '.node-header': { + fill: theme.palette.background.default, + }, + '.icon-TRUE': { + fill: theme.palette.text.secondary, + }, + }, }; } -- cgit v1.2.3-70-g09d2