How can I remove these bottom-line borders from these inputs? I've tried throwing some css on it, but unsuccessfully component -> <Input type={"text} /> ?

CodePudding user response:
You can set the disableUnderline prop to true to hide the line below the Input:
<Input disableUnderline
