diff --git a/Client/src/Components/Inputs/TextInput/index.jsx b/Client/src/Components/Inputs/TextInput/index.jsx index 744d036bd..ec8203656 100644 --- a/Client/src/Components/Inputs/TextInput/index.jsx +++ b/Client/src/Components/Inputs/TextInput/index.jsx @@ -8,8 +8,8 @@ const getSx = (theme, type, maxWidth) => { maxWidth: maxWidth, "& .MuiFormHelperText-root": { position: "absolute", - bottom: `-${theme.spacing(12)}`, - minHeight: theme.spacing(12), + bottom: `-${theme.spacing(24)}`, + minHeight: theme.spacing(24), }, }; @@ -79,13 +79,17 @@ const TextInput = forwardRef( maxWidth = "100%", flex, disabled = false, + hidden = false, }, ref ) => { const [fieldType, setFieldType] = useState(type); const theme = useTheme(); return ( - +