diff --git a/src/components/Body/ImageWithFaceSelection.jsx b/src/components/Body/ImageWithFaceSelection.jsx index bead3ac..a976edc 100644 --- a/src/components/Body/ImageWithFaceSelection.jsx +++ b/src/components/Body/ImageWithFaceSelection.jsx @@ -100,7 +100,7 @@ const ImageWithFaceSelection = ({ photo, alt = "", face, setFace }) => { renderInput={(params) => ( )} onChange={(event, newValue) => createPerson(newValue, crop)} diff --git a/src/components/Header/Selector.jsx b/src/components/Header/Selector.jsx index b746878..4c94a50 100644 --- a/src/components/Header/Selector.jsx +++ b/src/components/Header/Selector.jsx @@ -9,9 +9,6 @@ const TextFieldWithIcon = styled(TextField)(() => ({ "& .MuiInputLabel-root": { marginLeft: "25px" }, - "& .MuiInputLabel-shrink": { - display: "none", - }, })); const filterOptions = createFilterOptions({ limit: 200 }); @@ -35,7 +32,7 @@ const Selector = ({ leftIcon, onChange, name, value, options }) => { }} renderInput={(params) =>