In this case, in order to change the border-radius to the one needed I was doing the following: const StyledTextField = styled(TextField)(({ theme }) => ({ "& .MuiOutlinedInput-notchedOutline": { borderStyle: "solid", borderWidth: "2px", borderColor: theme.palette.primary.main, ...