Sync over from shaffuru

This commit is contained in:
Frikky
2025-05-19 21:43:35 +02:00
parent a4339609a2
commit 8814463a27
3 changed files with 11 additions and 9 deletions
+4 -2
View File
@@ -15303,7 +15303,8 @@ const AngularWorkflow = (defaultprops) => {
<Typography>Name</Typography>
<TextField
style={{
backgroundColor: "#212121",
backgroundColor: theme.palette.inputColor,
color: theme.palette.text.primary,
borderRadius: theme.palette?.borderRadius,
marginTop: 3,
}}
@@ -15332,7 +15333,8 @@ const AngularWorkflow = (defaultprops) => {
<Typography>Delay</Typography>
<TextField
style={{
backgroundColor: "#212121",
backgroundColor: theme.palette.inputColor,
color: theme.palette.text.primary,
marginTop: 3,
maxWidth: 50,
}}