Fixed some loading problems for images & changed Workflow UI slightly

This commit is contained in:
Frikky
2024-05-08 13:30:48 +02:00
parent 07e86cf824
commit 4661dc2c75
17 changed files with 1669 additions and 1205 deletions
+4 -4
View File
@@ -2813,7 +2813,7 @@ const AppCreator = (defaultprops) => {
paddingLeft: "10px",
color: "white",
height: 50,
borderRadius: 5,
borderRadius: theme.shape.borderRadius,
}}
inputProps={{
name: "age",
@@ -3195,7 +3195,7 @@ const AppCreator = (defaultprops) => {
}}
value={parameterLocation}
style={{
borderRadius: 5,
borderRadius: theme.shape.borderRadius,
backgroundColor: inputColor,
paddingLeft: 10,
color: "white",
@@ -3883,7 +3883,7 @@ const AppCreator = (defaultprops) => {
<Chip
style={{
color: "white",
borderRadius: 5,
borderRadius: theme.shape.borderRadius,
minWidth: 80,
marginRight: 10,
marginTop: 2,
@@ -4392,7 +4392,7 @@ const AppCreator = (defaultprops) => {
style={{
backgroundColor: bgColor,
color: "white",
borderRadius: 5,
borderRadius: theme.shape.borderRadius,
minWidth: 80,
marginRight: 10,
marginTop: 2,