diff --git a/site/src/theme/theme.ts b/site/src/theme/theme.ts index b529a3651a..3dccdd5b9c 100644 --- a/site/src/theme/theme.ts +++ b/site/src/theme/theme.ts @@ -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: {