Skip to content

Commit

Permalink
TextField: restore 3px border at all times
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Jul 7, 2023
1 parent de3f321 commit be025e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/styles/theme/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,6 @@ export const defaultTheme = createTheme({
[`&.${outlinedInputClasses.focused} .${outlinedInputClasses.notchedOutline}`]: {
borderWidth: '3px',
},
[`&.${outlinedInputClasses.error} .${outlinedInputClasses.notchedOutline}`]: {
borderWidth: '1px !important',
},
},
notchedOutline: {
borderColor: 'transparent',
Expand Down

0 comments on commit be025e3

Please sign in to comment.