diff --git a/Client/src/Components/Inputs/TextInput/index.jsx b/Client/src/Components/Inputs/TextInput/index.jsx index ec8203656..26f051c06 100644 --- a/Client/src/Components/Inputs/TextInput/index.jsx +++ b/Client/src/Components/Inputs/TextInput/index.jsx @@ -78,6 +78,10 @@ const TextInput = forwardRef( label = null, maxWidth = "100%", flex, + marginTop, + marginRight, + marginBottom, + marginLeft, disabled = false, hidden = false, }, @@ -89,6 +93,10 @@ const TextInput = forwardRef( { onClose={closeInviteModal} theme={theme} > -