diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 9f6c7655..d6a3de2d 100755 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -210,7 +210,7 @@ const App = (message, props) => {
: isLoggedIn ? -
+
: diff --git a/frontend/src/components/EditWorkflow.jsx b/frontend/src/components/EditWorkflow.jsx index dc0a324e..e26ae7c5 100644 --- a/frontend/src/components/EditWorkflow.jsx +++ b/frontend/src/components/EditWorkflow.jsx @@ -205,6 +205,8 @@ const EditWorkflow = (props) => { paddingLeft: 50, //minWidth: isMobile ? "90%" : newWorkflow === true ? 1000 : 550, //maxWidth: isMobile ? "90%" : newWorkflow === true ? 1000 : 550, + borderRadius: theme.palette.borderRadius, + backgroundColor: "black", }, }} > @@ -280,22 +282,18 @@ const EditWorkflow = (props) => {
-
- {/* - - */} +