diff --git a/src/themes/default.ts b/src/themes/default.ts index edaccc4b..33f95aa4 100644 --- a/src/themes/default.ts +++ b/src/themes/default.ts @@ -392,7 +392,7 @@ export const getTheme = (fontFamily?: string): ThemeOptions => ({ outline: '2px dotted transparent', boxShadow: `0 0 0 1px ${COLOR_PALETTE['blue'].color}`, }, - '&:hover:not(.Mui-error) .MuiOutlinedInput-notchedOutline': { + '&:hover:not(.Mui-error):not(.Mui-disabled) .MuiOutlinedInput-notchedOutline': { borderColor: COLOR_PALETTE['blue'].color, borderWidth: '1px', },