chore: improve input hover color (#7534)

This commit is contained in:
Kyle Carberry
2023-05-16 09:00:20 -03:00
committed by GitHub
parent a1853f2fa2
commit c6055c64be
+6
View File
@@ -326,6 +326,12 @@ dark = createTheme(dark, {
multiline: {
height: "auto",
},
colorPrimary: {
// The default outlined input color is white, which seemed jarring.
"&:hover:not(.Mui-error) .MuiOutlinedInput-notchedOutline": {
borderColor: colors.gray[7],
},
},
},
},
MuiFormHelperText: {