mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: improve input hover color (#7534)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user