We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1853f2 commit c6055c6Copy full SHA for c6055c6
site/src/theme/theme.ts
@@ -326,6 +326,12 @@ dark = createTheme(dark, {
326
multiline: {
327
height: "auto",
328
},
329
+ colorPrimary: {
330
+ // The default outlined input color is white, which seemed jarring.
331
+ "&:hover:not(.Mui-error) .MuiOutlinedInput-notchedOutline": {
332
+ borderColor: colors.gray[7],
333
+ },
334
335
336
337
MuiFormHelperText: {
0 commit comments