From 1c349ba7333589c088a6fb33216775f76338554c Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 16 Aug 2023 02:24:22 +0200 Subject: [PATCH] Reset color of dialogs to be default again --- frontend/src/views/AngularWorkflow.jsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx index 1294165b..bbbe9189 100755 --- a/frontend/src/views/AngularWorkflow.jsx +++ b/frontend/src/views/AngularWorkflow.jsx @@ -8122,7 +8122,6 @@ const AngularWorkflow = (defaultprops) => { PaperProps={{ style: { pointerEvents: "auto", - backgroundColor: theme.palette.surfaceColor, color: "white", minWidth: isMobile ? "90%" : 800, border: theme.palette.defaultBorder, @@ -14653,8 +14652,8 @@ const AngularWorkflow = (defaultprops) => { var draggingDisabled = false; const codePopoutModal = !codeModalOpen ? null : ( { PaperProps={{ style: { pointerEvents: "auto", - backgroundColor: theme.palette.inputColor, color: "white", minWidth: isMobile ? "90%" : 650, padding: 30, @@ -15093,7 +15091,6 @@ const AngularWorkflow = (defaultprops) => { PaperProps={{ style: { pointerEvents: "auto", - backgroundColor: theme.palette.surfaceColor, color: "white", border: theme.palette.defaultBorder, maxWidth: isMobile ? bodyWidth - 100 : 800, @@ -15271,7 +15268,6 @@ const AngularWorkflow = (defaultprops) => { PaperProps={{ style: { pointerEvents: "auto", - backgroundColor: theme.palette.surfaceColor, color: "white", border: theme.palette.defaultBorder, maxWidth: isMobile ? bodyWidth - 100 : "100%", @@ -15760,7 +15756,6 @@ const AngularWorkflow = (defaultprops) => { PaperProps={{ style: { pointerEvents: "auto", - backgroundColor: theme.palette.surfaceColor, color: "white", minWidth: 1100, minHeight: 700,