Fixed most of the textfield and button problems from mui 18. Next is autocomplete

This commit is contained in:
Frikky
2023-08-15 21:58:00 +02:00
parent 2c140d23bd
commit bb8b14be64
4 changed files with 158 additions and 259 deletions
+1 -1
View File
@@ -1263,12 +1263,12 @@ const Workflows = (props) => {
overflow: "hidden",
width: "100%",
color: "white",
backgroundColor: theme.palette.surfaceColor,
padding: "12px 12px 0px 15px",
borderRadius: 5,
display: "flex",
boxSizing: "border-box",
position: "relative",
backgroundColor: theme.palette.surfaceColor,
};
const gridContainer = {