Skip to content

Commit c6055c6

Browse files
authored
chore: improve input hover color (coder#7534)
1 parent a1853f2 commit c6055c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/src/theme/theme.ts

+6
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,12 @@ dark = createTheme(dark, {
326326
multiline: {
327327
height: "auto",
328328
},
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+
},
329335
},
330336
},
331337
MuiFormHelperText: {

0 commit comments

Comments
 (0)