Added styled features to frontend

This commit is contained in:
frikky
2021-05-06 13:35:20 +02:00
parent c704f5a5e2
commit 04216d960f
6 changed files with 19 additions and 208 deletions
-1
View File
@@ -1420,7 +1420,6 @@ const ParsedAction = (props) => {
fullWidth
style={{backgroundColor: theme.palette.inputColor, color: "white", height: 50, borderRadius: theme.palette.borderRadius,}}
onChange={(event, newValue) => {
console.log("Changed to ", event.target, newValue)
// Workaround with event lol
setNewSelectedAction({"target": {"value": newValue.name}})
}}