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
+2 -1
View File
@@ -17,8 +17,8 @@ const theme = createTheme(adaptV4Theme({
secondary: "rgba(255,255,255,0.7)",
},
type: "dark",
surfaceColor: "#27292d",
inputColor: "#383B40",
surfaceColor: "#27292d",
platformColor: "#1c1c1d",
backgroundColor: "#1a1a1a",
borderRadius: 5,
@@ -34,6 +34,7 @@ const theme = createTheme(adaptV4Theme({
borderRadius: 5,
},
innerTextfieldStyle: {
// Removed since upgrading to mui 18
//color: "white",
//minHeight: 50,
//marginLeft: "5px",