Skip to content

Commit abba3ab

Browse files
committed
changed border and color
1 parent 5d14cf8 commit abba3ab

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/frontend/src/components/NERAutocomplete.tsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ const NERAutocomplete: React.FC<NERAutocompleteProps> = ({
4444
height: '40px',
4545
backgroundColor: theme.palette.background.default,
4646
width: '100%',
47-
border: '2px black',
48-
borderRadius: '25px',
49-
'&.Mui-focused': {
50-
borderColor: 'red'
51-
},
47+
border: 0,
48+
borderColor: 'black',
5249
...sx
5350
};
5451

0 commit comments

Comments
 (0)